Find the perfect skill
Global Conventions
Development
Follow project-wide development conventions including project structure, documentation, version control, environment configuration, and dependency management.
Safe line rebase
Development
Safely incorporates commits from the terminal station branch into the main working branch. It stashes any uncommitted work before rebasing, ensuring no data loss, and uses [skip line] markers in station commits to prevent retriggering the assembly line. Particularly useful when the line status shows pending station updates.
Subdomain Placement (Capability)
Development
Classifies business capabilities into DDD subdomains (core, supporting, generic) with a volatility rating, scoped to items just touched.
Scaffold a new skill, command, agent, or rule
Development
Creates a new AgentKit asset (skill, command, agent, or Cursor rule) with correct frontmatter and location, following templates and validation rules.
Architecture Audit
Development
Audit your Swift codebase for architectural violations like factory bypass and scope non-compliance. Ideal before merging PRs that touch Core Data.
Agentic Engineering for Software Development
Development
Defines a structured multi-agent workflow for planning, delegating, reviewing, and shipping software changes, with risk classification and quality gates.
Pull Request Creation
Development
Creates a pull request after verifying all checks pass. Handles branch protection, rebasing, and running the full verification pipeline before shipping.
ChatGPT Consultation Broker
Development
Consult ChatGPT for a second opinion on debugging, architecture, or best practices. This skill implements caching to avoid redundant calls.
Commit Message Generation
Development
Generate a commit message from staged changes using the repository's commit convention. Selects gitmoji, type, scope, and writes a structured summary with details.
Module Federation module info
Development
Fetches metadata and manifest info for a remote Module Federation module — publicPath, remoteEntry, type file URLs, exposes, remotes, and shared dependencies. Works in two modes: consumer mode (inside a project, using the remote name) or standalone mode (with explicit remoteEntry URL). Helps inspect remote module configuration without manually navigating config files.
Grill Me
Development
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.
New column conventions
Development
Conventions for new database fields: snake_case naming, Go struct tags, field types.