Find the perfect skill
tldr: Simplified man pages for CLI
Development
Access simplified, community-driven man pages for CLI tools. Prioritize tldr over man/--help for quick usage examples.
Create a New Skill
Development
Guide for creating a Claude Code skill with valid SKILL.md structure and proper metadata.
Flow Type Checking
Development
Run Flow type checking on React code, with renderer selection and error reporting.
Git Commit Workflow with Precommit Hooks
Development
Automates git commits: handles precommit hooks, fixes lint/type errors, runs tests, and updates README/API docs. Does not push.
Repo Audit
Development
Audit MCOS repository state before implementing a phase. Use before edits in every phase.
Figma Design Tokens Sync
Development
Extracts design tokens and component definitions from Figma via MCP, saving them as local JSON for hp-gen.
Code Task Brief
Development
Produce a self-contained task brief for a Claude Code routine, including change description, context, files, acceptance criteria, and out-of-scope.
Code Task Brief for Claude Code
Development
Produces a self-contained task brief for the Claude Code routine, detailing what to change, why, and acceptance criteria.
Distributed Debugging & Tracing Setup
Development
Expert skill for setting up debugging environments, distributed tracing, and diagnostics in dev and production.
Build and Deploy VisaJobs.xyz Site
Development
Build, preview, and deploy the VisaJobs.xyz Eleventy site. Use when the user asks to build, deploy, push, preview the site, run the dev server, or fix build errors.
Java Style & Layout for contentstack-java
Development
Guidelines for Java code style and layout in the contentstack-java project, including Java 8 language level, source paths, and style conventions.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.