← all publishers

stevesolun

@stevesolun source repo

32 published skills

  1. Skill Router 2 · stevesolun bundle
    Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
    0
    installs
  2. Handoff · stevesolun bundle
    Compact the current conversation into a handoff document for another agent to pick up.
    0
    installs
  3. Caveman Help · stevesolun bundle
    Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".
    0
    installs
  4. Micro Pipeline · stevesolun bundle
    Gated micro-skill pipeline system. Auto-triggers when building, generating, or creating any multi-step output (documents, code, presentations, reports). Enforces a Scope-Plan-Build-Check-Deliver pipeline where each step has a pass/fail gate. Use this whenever the output quality matters and the task has more than one component.
    0
    installs
  5. Boutique Resume Agency · stevesolun
    Boutique Resume Agency
    0
    installs
  6. Skill Router · stevesolun bundle
    Repo-aware recommendation manager for ctx. Scans the active repository, identifies stack and workflow signals, recommends a capped set of skills, agents, and MCP servers, and unloads helpers that no longer match the current work after user confirmation. Harnesses are recommended by the custom-model onboarding flow or loop adapters and then attach to the same recommendation layer.
    0
    installs
  7. Toolbox · stevesolun
    Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing toolboxes with a team.
    0
    installs
  8. Tdd · stevesolun bundle
    Apply test-driven development with small, behavior-focused feedback loops. Use when the user asks to build or fix something test-first, mentions red-green-refactor, or wants integration tests.
    0
    installs
  9. Find Skills · stevesolun
    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.
    0
    installs
  10. Teach · stevesolun bundle
    Teach a skill or concept at the user's current level, optionally preserving a lightweight multi-session learning record.
    0
    installs
  11. Triage · stevesolun bundle
    Classify and advance issues or external pull requests through the configured triage workflow. Use explicitly to inspect queues, evaluate an item, recommend a state, or apply an authorized transition.
    0
    installs
  12. To Spec · stevesolun bundle
    Synthesize an implementation-ready spec from the current conversation and relevant repository context. Use explicitly when the user wants agreed work captured as a spec or PRD.
    0
    installs
  13. Ask Matt · stevesolun bundle
    Recommend the smallest Matt Pocock skill or short skill sequence that fits the user's current goal.
    0
    installs
  14. Research · stevesolun bundle
    Investigate questions using high-trust primary sources and traceable citations. Use when the user asks for research, current documentation or API facts, source verification, or evidence-backed comparison.
    0
    installs
  15. Implement · stevesolun bundle
    Implement work from a spec, ticket, or agreed conversation. Use explicitly when the user wants an existing plan carried through to working code.
    0
    installs
  16. Prototype · stevesolun bundle
    Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
    0
    installs
  17. Wayfinder · stevesolun bundle
    Map a large, unclear, multi-session effort as linked decisions, then advance the map until the route to the destination is clear.
    0
    installs
  18. To Tickets · stevesolun bundle
    Break a plan, spec, or conversation into dependency-aware, independently verifiable tickets. Use explicitly when the user wants work sliced for local planning or an issue tracker.
    0
    installs
  19. Ctx Verify · stevesolun
    Select proportional validation for changes or reviews in the ctx repository. Use before handing off material code, workflow, migration, documentation, security, packaging, or release changes; before a PR; or when asked whether a change is adequately tested. Do not use for pure questions with no changed artifact.
    0
    installs
  20. Code Review · stevesolun bundle
    Review a Git diff against repository standards and its originating requirements. Use for pull requests, branches, work-in-progress changes, or changes since a commit, tag, or merge-base.
    0
    installs
  21. Ctx Dispatch · stevesolun
    Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive changes suited to scripts or codemods. Use for decomposition and concurrency decisions, not simple edits or questions.
    0
    installs
  22. Repo Stats Autoupdate · stevesolun
    Keeps README badge + inline counts in sync with the real number of skills, agents, graph nodes/edges, communities, converted pipelines, and test inventory. Runs automatically on every commit via a git pre-commit hook. Use when the README drifts from reality or before publishing a release.
    0
    installs
  23. Codebase Design · stevesolun bundle
    Design or improve module interfaces using deep-module heuristics. Use when deciding where a seam belongs, reducing caller-facing complexity, improving testability or navigability, or comparing module designs.
    0
    installs
  24. Diagnosing Bugs · stevesolun bundle
    Diagnose hard bugs and performance regressions with reproducible evidence, focused hypotheses, and proportional instrumentation. Use when something is broken, failing, throwing, intermittently wrong, or unexpectedly slow.
    0
    installs
  25. Domain Modeling · stevesolun bundle
    Clarify domain concepts, language, boundaries, and durable architectural decisions. Use when terminology is ambiguous, the user is shaping a domain model, or a design depends on resolving what concepts mean.
    0
    installs
  26. Writing Great Skills · stevesolun bundle
    Design or revise concise skills with clear triggers, proportional constraints, progressive disclosure, and realistic validation.
    0
    installs
  27. Setup Matt Pocock Skills · stevesolun bundle
    Configure repository-local tracker, triage, and domain-document conventions needed by the Matt Pocock engineering skills.
    0
    installs
  28. Resolving Merge Conflicts · stevesolun bundle
    Resolve an in-progress Git merge or rebase conflict while preserving the relevant intent of both sides. Use when conflict markers or an interrupted merge/rebase need investigation and resolution.
    0
    installs
  29. Improve Codebase Architecture · stevesolun bundle
    Analyze a codebase for high-leverage architectural improvements and explain evidence, tradeoffs, and next steps. Use explicitly for architecture audits or deep-module refactoring opportunities.
    0
    installs
  30. No Mistakes · stevesolun
    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.
    0
    installs
  31. Agents Md Protocol · stevesolun
    Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a predictable context file.
    0
    installs
  32. Lat Md Knowledge Graph · stevesolun
    Design or audit a repo-local markdown knowledge graph with wiki links, source-code backlinks, drift checks, and searchable sections. Use when AGENTS.md/CLAUDE.md is too flat for a large codebase or when a custom harness needs durable structured project memory.
    0
    installs