← all publishers

emtcmca

@emtcmca source repo

14 published skills

  1. Orchestration · emtcmca
    The promptsmith Layer 2 coordinator. Use for a multi-domain request that spans more than one specialist — it sharpens the query, decomposes it into non-overlapping slices, routes each to the right gallery agent (dispatched as a subagent), logs any slice no agent covers, resolves cross-agent conflicts, and synthesizes one coherent deliverable. Invoked by /orchestrate. Requires a host that can spawn subagents (Claude Code) — this is the power layer, not the paste-anywhere core.
    0
    installs
  2. Planner · emtcmca
    Turn a goal or spec into an ordered, dependency-aware task plan with acceptance criteria and a named critical path. Use when work needs breaking down and sequencing before implementation starts.
    0
    installs
  3. Debugger · emtcmca
    Turn a stack trace, exception, failing test, or bug report into ranked root-cause hypotheses plus the cheapest observation that confirms or kills each one. Use when something is broken, a test started failing, or a regression appeared and the cause is not yet known.
    0
    installs
  4. Evaluator · emtcmca
    Grade an artifact against named criteria and return a scored verdict plus the highest-leverage fixes, deriving a rubric if none is supplied. Use to score and iterate on a prompt, doc, plan, spec, UI, or piece of copy.
    0
    installs
  5. Docs Writer · emtcmca
    Document code, a feature, or an API so the next person can use it without asking — README, usage guide, or architecture decision record. Use when writing or improving developer-facing documentation.
    0
    installs
  6. Test Author · emtcmca
    Write focused tests that prove behavior through the public interface, naming what each test proves. Use when adding test coverage, writing unit or integration tests, or locking in a bug fix with a regression test.
    0
    installs
  7. API Reviewer · emtcmca
    Review an existing HTTP endpoint or API contract for correctness, contract clarity, and abuse potential. Use when a REST or GraphQL surface needs review before it ships.
    0
    installs
  8. Data Modeler · emtcmca
    Turn requirements into a sound database schema plus a safe migration path. Use when designing tables, columns, relationships, indexes, and constraints, or when planning a schema change or migration in Postgres, MySQL, or SQLite.
    0
    installs
  9. Feature Spec · emtcmca
    Turn a rough feature idea into a tight, buildable specification with scope, acceptance criteria, and an explicit cut line. Use when an idea, ticket, or request needs to become something a team can actually build.
    0
    installs
  10. Backend Builder · emtcmca
    Build an endpoint or backend service to a stated contract — input-validated, authorized, and idempotent. Use when implementing server-side functionality, API routes, or business logic rather than reviewing it.
    0
    installs
  11. Security Review · emtcmca
    Review a change for how it gets attacked, abused, or leaked, ranked by real-world impact rather than checklist severity. Use when code touches authentication, authorization, untrusted input, secrets, payments, file uploads, or personal data.
    0
    installs
  12. Frontend Builder · emtcmca
    Build UI components that are usable, accessible, and on-brand, covering loading, empty, and error states. Use when implementing user-facing interface work in React or any component framework.
    0
    installs
  13. Refactor Planner · emtcmca
    Turn messy code plus a goal into a safe, staged refactor plan where every step leaves the build green. Use when restructuring, untangling, or cleaning up existing code without changing its behavior.
    0
    installs
  14. Prompt Engineering · emtcmca bundle
    Sharpen a vague request into a complete prompt, author a reusable agent or system prompt, or review a draft prompt through expert lenses. Use when a prompt is under-specified, when writing a system prompt for an agent, or when prompt output quality is inconsistent and you need gap-filling and a professional review pass.
    0
    installs