stevesolun

79 mods across 3 repositories, 612 stars between them.

scaffold-exercises

49

stevesolun/ctx

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.

581 8d ago A 45 tokens copy · 100% MIT

setup-pre-commit

50

stevesolun/ctx

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.

581 8d ago A 62 tokens copy · 100% MIT

to-issues

51

stevesolun/ctx

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.

581 8d ago A 53 tokens original MIT

to-prd

52

stevesolun/ctx

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.

581 8d ago A 36 tokens copy · 83% MIT

ubiquitous-language

53

stevesolun/ctx

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".

581 8d ago A 70 tokens copy · 100% MIT

write-a-skill

54

stevesolun/ctx

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.

581 8d ago A 35 tokens original MIT

writing-beats

55

stevesolun/ctx

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…

581 8d ago A 78 tokens original MIT

writing-fragments

56

stevesolun/ctx

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"…

581 8d ago A 80 tokens original MIT

writing-shape

57

stevesolun/ctx

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…

581 8d ago A 76 tokens original MIT

zoom-out

58

stevesolun/ctx

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.

581 8d ago A 40 tokens original MIT

no-mistakes

59

stevesolun/ctx

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.

581 8d ago A 67 tokens original MIT

find-skills

60

stevesolun/ctx

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.

581 8d ago E 59 tokens original MIT

stevesolun/CV_Boutique_Agency

Instructions file

Instructions for stevesolun/CV_Boutique_Agency, covering boutique resume agency — project instructions, key file locations, python helpers, dependency and operating reminders.

20 5mo ago A 566 tokens original MIT

stevesolun/CV_Boutique_Agency

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.

20 5mo ago A tokens not measured original MIT

stevesolun/CV_Boutique_Agency

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…

20 5mo ago A 133 tokens original MIT

api-crud-generator

66

stevesolun/micro-skills

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.

11 5mo ago A 47 tokens original MIT

api-crud-generator

67

stevesolun/micro-skills

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.

11 5mo ago A 43 tokens original MIT

stevesolun/micro-skills

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…

11 5mo ago A tokens not measured original MIT

gate-checker

69

stevesolun/micro-skills

Agent

Fresh-eyes gate checker. Runs the Check step independently, without context from the Build step, to avoid confirmation bias.

11 5mo ago A 24 tokens original MIT

skill-bypass

70

stevesolun/micro-skills

Command

Temporarily use the original (unconverted) version of a skill, bypassing its micro-skill pipeline.

11 5mo ago A 23 tokens original MIT

skill-check

71

stevesolun/micro-skills

Command

Run the micro-skill pipeline Check gate against the current output. Merges universal, project-level, and skill-level gate questions.

11 5mo ago A 26 tokens original MIT

skill-convert

72

stevesolun/micro-skills

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.

11 5mo ago B 38 tokens original MIT