Find the perfect skill
Structured Investigation
Development
Creates a dated investigation folder under scratch/ with a README to guide empirical research. Helps trace code paths, document system architecture, investigate bugs, explore technical feasibility, or research design options. Intended for complex multi-step investigations, not simple questions.
Orange Book Risk Register
Security
Create a comprehensive risk register following the UK Government Orange Book (2023) risk management framework. This skill helps enterprise architects identify, assess, and manage project risks with mandatory stakeholder ownership and integration with ArcKit's workflow. Use it after running stakeholder analysis to ensure every risk has an owner.
Git Master
Development
Handles advanced git operations including branch management, merge conflict resolution, and history rewriting. Provides safe workflows with explicit confirmation for destructive commands like force push and rebase. Helps developers maintain clean commit history and recover from common git issues.
Git Advanced Workflows
Development
Covers interactive rebase, cherry-picking, git bisect, worktrees, and reflog. Helps maintain clean commit history, apply specific commits across branches, find bug introductions, and recover from mistakes. Ideal for cleaning up feature branches before PRs, multi-branch development, and troubleshooting.
CW Scaffolding Generation
DevOps
Adds standardized components like GitHub workflows, CODEOWNERS, Helm charts, or Backstage catalog files to existing repositories, or generates complete project archetypes locally. Ideal for bootstrapping new projects or applying compliance and automation patterns.
Custom React Query Hook
Development
Generates a custom TanStack Query hook for data fetching, including queries and mutations. It reads the backend controller to confirm endpoint URLs and response types, then produces a typed hook using the project's Axios instance. Useful when creating API integration hooks that must follow team conventions and avoid stale cached data.
Publish Pull Request
DevOps
Converts a draft PR to ready state for review. Manages state verification and removes draft labels.
OKR Planning
Business & Administration
Objectives and Key Results planning, tracking, and alignment. Enables product teams to set effective OKRs and maintain organizational alignment.
Conventional Git commits
Development
Creates conventional commits explaining why changes were made, using the type(scope): description format. Helps enforce a consistent commit style and automates the process of writing meaningful commit messages, especially when staging and saving changes.
E2E Test Generation
Testing
Coordinates E2E test creation and verification by exploring the live app, generating a test plan, producing Playwright tests, then running and fixing them until all pass. Useful for automatically validating end-to-end scenarios on an already implemented feature.
Web3 Smart Contract Testing
Testing
Comprehensively test smart contracts using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Helps when writing Solidity contract tests, setting up blockchain test suites, or automating coverage reporting and gas optimization.
Countdown - Pre-Implementation Validation
Development
Runs the 'Oracle' agent to create or refine an implementation plan, then launches parallel review agents (Mission Control, Telemetry, Flight Director) to validate the plan. Agents grade the plan on completeness, test strategy, and architecture; only when all three give an 'A+' grade does the plan proceed to implementation. This skill reduces implementation risk by catching gaps early through structured pre-implementation validation.