Skill Claude CodeCodex
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Skill Claude CodeCodex
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Skill Claude CodeCodex
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
Skill Claude CodeCodex
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Skill Claude CodeCodex
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUSLANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
Skill Claude CodeCodex
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Skill Claude CodeCodex
Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a…
Skill Claude CodeCodex
Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions "fragments", "ideate"…
Skill Claude CodeCodex
Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants…
Skill Claude CodeCodex
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
Skill Claude CodeCodex
Validate committed feature-branch changes through the no-mistakes pipeline: intent, rebase, review, test, docs, lint, push, PR, and CI. Use when the user asks to run no-mistakes, ship safely, validate before pushing, or gate a change before it reaches upstream.
Skill Claude CodeCodex
Discover installable agent skills from ctx's shipped Skills.sh catalog, the Skills.sh search API, and the npx skills CLI. Use when a user asks whether a skill exists, wants to add/update a skill, or needs a repeatable procedure for finding candidate skills safely.
Plugin Claude Code
Plugin marketplace listing 1 plugin: boutique-resume-agency.
Instructions file
Instructions for stevesolun/CV_Boutique_Agency, covering boutique resume agency — project instructions, key file locations, python helpers, dependency and operating reminders.
Plugin Claude Code
Boutique resume agency skill. Builds, critiques, rewrites, and quality-controls resumes to 8.5+ quality with zero hallucinations. Outputs a send-ready .docx.
Skill Claude CodeCodex
Boutique resume agency for building, critiquing, rewriting, and quality-controlling resumes to 8.5+ quality with zero hallucinations. Use when user wants to build a resume from scratch, critique or rewrite an uploaded resume, tailor a resume for a specific role, push resume quality to 8.5+ or 9+, or export a final…
Plugin Claude Code
Plugin marketplace listing 1 plugin: micro-skill-pipeline.
Skill Claude CodeCodex
Generate production-ready CRUD REST API endpoints with validation, auth, error handling, pagination, tests, and OpenAPI docs. Auto-triggers when asked to create API endpoints, REST resources, or backend CRUD operations.
Skill Claude CodeCodex
Generate a complete CRUD REST API with validation, error handling, auth middleware, tests, and OpenAPI docs. Use when asked to create API endpoints, REST resources, or backend CRUD operations.
Plugin Claude Code
Gated micro-skill pipeline system. Converts monolithic skills into small, sequenced steps with YES/NO gates and a compounding failure log. Use /skill-convert to convert, /skill-use to activate a pipeline, /skill-check to run gates, /skill-list to see conversions, /skill-new to scaffold, /skill-fail to log patterns…
Agent
Fresh-eyes gate checker. Runs the Check step independently, without context from the Build step, to avoid confirmation bias.
Command
Temporarily use the original (unconverted) version of a skill, bypassing its micro-skill pipeline.
Command
Run the micro-skill pipeline Check gate against the current output. Merges universal, project-level, and skill-level gate questions.
Command
Convert an existing monolithic skill into a micro-skill pipeline with gated steps. Accepts a skill name or a full path. Stores the converted pipeline in the plugin's persistent data directory.