
Create, update, audit, and maintain documentation for the Conscius monorepo. Use this skill when writing or editing guides, API references, Architecture Decision Records (ADRs), spec documents, package READMEs, or the docs index. Triggers on tasks involving docs, documentation, guides, ADRs, API reference, README updates, or doc audits. Supported slash commands: /new-guide, /update-guide, /new-adr, /update-adr, /new-api-ref, /docs-audit, /docs-index, /help /docs
Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Create, update, audit, and maintain documentation for the Conscius monorepo. Use this skill when writing or editing guides, API references, Architecture Decision Records (ADRs), spec documents, package READMEs, or the docs index. Triggers on tasks involving docs, documentation, guides, ADRs, API reference, README updates, or doc audits. Supported slash commands: /new-guide, /update-guide, /new-adr, /update-adr, /new-api-ref, /docs-audit, /docs-index, /help /docs
Git branching workflow, commit conventions, changelog, and version bumping for the Conscius project. USE WHEN: user wants to start an epic or task, create a branch, open a PR, merge to main, bump the version, update the changelog, or needs git workflow guidance. EXAMPLES: 'start epic 4', 'create the task branch', 'open a PR for this task', 'bump the version', 'update the changelog', 'how do I start a new task?'.
Validation pipeline and quality gates for the Conscius project. Use this skill when a task enters review state, running the guardrails pipeline, checking code quality before a PR, or understanding what quality checks are required. Triggers on tasks involving guardrails, review, validation pipeline, quality gate, pre-PR checks, or entering review.
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.
Mulch expertise workflow for the Conscius project. USE WHEN: the user wants to initialize Mulch, record lessons learned, query prior expertise, prime agent context, compact/prune records, inspect Mulch health, or manage `.mulch/` knowledge safely across agents. EXAMPLES: 'record this learning in mulch', 'search mulch for testing advice', 'prime mulch context', 'set up mulch in this repo', 'compact mulch records', 'doctor the mulch store'.
Mulch expertise workflow for the Conscius project. USE WHEN: the user wants to initialize Mulch, record lessons learned, query prior expertise, prime agent context, compact/prune records, inspect Mulch health, or manage `.mulch/` knowledge safely across agents. EXAMPLES: 'record this learning in mulch', 'search mulch for testing advice', 'prime mulch context', 'set up mulch in this repo', 'compact mulch records', 'doctor the mulch store'.
Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.
Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'.
Plan, document, and manage epics, features, tasks, and backlog items for the Conscius project. Creates entries in both the markdown planning docs (docs/planning/) and the Beads task graph (bd CLI). Use this skill for all planning work. Supported slash commands: /new-epic, /new-feature, /add-task, /update-status, /close-feature, /archive-feature, /new-backlog, /move-to-feature, /list-features, /list-backlog, /sync-beads, /help /planning
Plan, document, and manage epics, features, tasks, and backlog items for the Conscius project. Creates entries in both the markdown planning docs (docs/planning/) and the Beads task graph (bd CLI). Use this skill for all planning work. Supported slash commands: /new-epic, /new-feature, /add-task, /update-status, /close-feature, /archive-feature, /new-backlog, /move-to-feature, /list-features, /list-backlog, /sync-beads, /help /planning
PR review workflow for the Conscius project. USE WHEN: user opens a pull request, asks to check CI status, mentions SonarCloud or Sourcery feedback, asks if a PR is ready to merge, or needs to resolve a merge conflict. EXAMPLES: 'check if the PR is ready', 'CI failed on my PR', 'SonarCloud flagged something', 'is this ready to merge?', 'fix merge conflict', 'review PR feedback'.
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.
Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'.
PR review workflow for the Conscius project. USE WHEN: user opens a pull request, asks to check CI status, mentions SonarCloud or Sourcery feedback, asks if a PR is ready to merge, or needs to resolve a merge conflict. EXAMPLES: 'check if the PR is ready', 'CI failed on my PR', 'SonarCloud flagged something', 'is this ready to merge?', 'fix merge conflict', 'review PR feedback'.
Git branching workflow, commit conventions, changelog, and version bumping for the Conscius project. USE WHEN: user wants to start an epic or task, create a branch, open a PR, merge to main, bump the version, update the changelog, or needs git workflow guidance. EXAMPLES: 'start epic 4', 'create the task branch', 'open a PR for this task', 'bump the version', 'update the changelog', 'how do I start a new task?'.
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.
Manage SESSION.md and SUMMARY.md for the Conscius project. USE WHEN: user says 'update session', 'update SESSION.md', 'end of session', 'taking a break', 'stepping away', 'compress conversation', 'add summary', or when completing an epic/task and session state needs recording. EXAMPLES: 'update the session', 'let's update session.md', 'add a summary segment', 'I am done for today'.
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.
Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Validation pipeline and quality gates for the Conscius project. Use this skill when a task enters review state, running the guardrails pipeline, checking code quality before a PR, or understanding what quality checks are required. Triggers on tasks involving guardrails, review, validation pipeline, quality gate, pre-PR checks, or entering review.
Manage SESSION.md and SUMMARY.md for the Conscius project. USE WHEN: user says 'update session', 'update SESSION.md', 'end of session', 'taking a break', 'stepping away', 'compress conversation', 'add summary', or when completing an epic/task and session state needs recording. EXAMPLES: 'update the session', 'let's update session.md', 'add a summary segment', 'I am done for today'.