← all publishers

skillist-io

@skillist-io source repo

21 published skills

  1. Commit · skillist-io
    Stage and commit the current changes following repo conventions. Manual only.
    0
    installs
  2. Deploy · skillist-io
    How Skillist deploys (CI-driven on main) and the guardrails for any manual Cloudflare deploy. Use when asked about deploying, releasing, wrangler deploy, or publishing the npm packages.
    0
    installs
  3. DB Change · skillist-io
    The correct flow for changing the Postgres schema (packages/db, Drizzle): edit schema.ts, generate the migration, migrate. Use when adding/altering tables, columns, enums, indexes, or relations.
    0
    installs
  4. Docs Sync · skillist-io
    Audit documentation for drift against the code that is its source of truth, and keep public (apps/docs) vs internal (READMEs/CLAUDE.md) content correctly placed. Use when reviewing/updating docs, after changing routes/CLI/MCP tools/schemas, or to check whether docs are still accurate. Invoke with /docs-sync.
    0
    installs
  5. Preflight · skillist-io
    Run the same gates CI runs — Biome, typecheck, tests — before committing or declaring work done. Invoke manually with /preflight.
    0
    installs
  6. Roll Dice · skillist-io
    Roll virtual dice when users ask for random numbers, tabletop RPG checks, or quick probability demos. Works in any agentskills.io-compatible agent.
    0
    installs
  7. API Design · skillist-io
    Design REST and RPC APIs with consistent naming, versioning, error shapes, and OpenAPI documentation.
    0
    installs
  8. Git Commit · skillist-io
    Write clear conventional commit messages and group related changes into focused commits.
    0
    installs
  9. SQL Review · skillist-io
    Review SQL queries and schema changes for performance, safety, and migration correctness.
    0
    installs
  10. Add MCP Tool · skillist-io
    Procedure for adding a tool to the registry MCP server (apps/api/src/mcp/). Use when exposing a new registry capability to agents over /mcp.
    0
    installs
  11. Publish Path · skillist-io
    Reference for how a skill version is published and delivered — the KV/R2/DO hot path and realtime broadcast. Use when touching publish, delivery, KV, R2, or realtime code, or when debugging stale/slow reads or missing publish events.
    0
    installs
  12. Docs Writer · skillist-io
    Write clear technical documentation — READMEs, API guides, and runbooks from code context.
    0
    installs
  13. Add API Route · skillist-io
    Step-by-step procedure for adding an endpoint to the apps/api Cloudflare Worker. Use when adding a /v1 OpenAPI route or an apex /{org}/{repo}/... route, so it lands in /openapi.json + /docs, is authed correctly, and doesn't break the apex auth regex.
    0
    installs
  14. Design System · skillist-io
    Skillist's visual system ("The Control Surface") and WCAG 2.2 AA rules for any UI work in apps/web or apps/docs. Use when creating/editing components, routes, styles, or tokens, or reviewing UI. Full detail lives in DESIGN.md / PRODUCT.md.
    0
    installs
  15. Registry MCP · skillist-io bundle
    Discover and install agent skills via the Skillist registry MCP server — search, facets, install commands, and skill metadata without leaving your agent.
    0
    installs
  16. Security Audit · skillist-io
    Audit code changes for common vulnerabilities — injection, XSS, auth gaps, and secret exposure.
    0
    installs
  17. Test Generator · skillist-io
    Generate meaningful unit and integration tests that cover real behavior, not trivial assertions.
    0
    installs
  18. Web Perf Audit · skillist-io bundle
    Audit web application performance using Core Web Vitals, Lighthouse-style checks, and actionable remediation steps. Includes scripts and reference thresholds for LCP, INP, and CLS.
    0
    installs
  19. New Skill Bundle · skillist-io
    Scaffold a new agentskills.io skill bundle under examples/skills/ (used by seeding, evals, and as validator fixtures). Use when adding a reference skill to the registry examples.
    0
    installs
  20. Cloudflare Deploy · skillist-io bundle
    Deploy and validate Cloudflare Workers projects with wrangler — bindings checklist, preflight scripts, reference docs, and starter templates. Full agentskills.io bundle with scripts, references, assets, and plugin manifest.
    0
    installs
  21. Stripe Integration · skillist-io bundle
    Integrate Stripe payments — Checkout Sessions, webhooks, Connect, and idempotent API patterns.
    0
    installs