From automation
Your job is it to work through all of the tasks that are in the `./context` folder in the correct order
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin finstreet-fe-claude-pluginsThis skill uses the workspace's default tool permissions.
Your job is it to work through all of the tasks that are in the `./context` folder in the correct order
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Your job is it to work through all of the tasks that are in the ./context folder in the correct order
get_tasks_by_project_id toolaskquestion tool to ask the use on which task he wants to work on (only display tasks and NOT subtasks). Show tasks that are OPEN or IN PROGRESSupdate_task_status to set the status to IN PROGRESS and get_next_subtask_by_task_id tool to get the next subtask to work onupdate_subtask_status tool and set the subtask to IN_PROGRESStask/{featureName}-{product}-{role}update_task_status after all subtasks are done to set the status to DONEUse the automation:workflows skill to dispatch to the correct workflow for each subtask. Pass the workflow type as the first argument and the subtaskId as the second:
/workflows <type> <subtaskId>
Available workflow types: modal, page, inquiry-process, interactive-list, list-actions, secure-fetch, simple-form, task-group, generic.
As a fallback, you can also fetch raw documentation via the get_task_instructions tool:
{ "topics": ["form"] }