skillist-io
- 21 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌ Deploy · skillist-ioHow 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.
- ▌ DB Change · skillist-ioThe 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.
- ▌ Docs Sync · skillist-ioAudit 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.
- ▌ Preflight · skillist-ioRun the same gates CI runs — Biome, typecheck, tests — before committing or declaring work done. Invoke manually with /preflight.
- ▌ Roll Dice · skillist-ioRoll virtual dice when users ask for random numbers, tabletop RPG checks, or quick probability demos. Works in any agentskills.io-compatible agent.
- ▌ API Design · skillist-ioDesign REST and RPC APIs with consistent naming, versioning, error shapes, and OpenAPI documentation.
- ▌ Git Commit · skillist-ioWrite clear conventional commit messages and group related changes into focused commits.
- ▌ SQL Review · skillist-ioReview SQL queries and schema changes for performance, safety, and migration correctness.
- ▌ Add MCP Tool · skillist-ioProcedure for adding a tool to the registry MCP server (apps/api/src/mcp/). Use when exposing a new registry capability to agents over /mcp.
- ▌ Publish Path · skillist-ioReference 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.
- ▌ Docs Writer · skillist-ioWrite clear technical documentation — READMEs, API guides, and runbooks from code context.
- ▌ Add API Route · skillist-ioStep-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.
- ▌ Design System · skillist-ioSkillist'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.
- ▌ Registry MCP · skillist-io bundleDiscover and install agent skills via the Skillist registry MCP server — search, facets, install commands, and skill metadata without leaving your agent.
- ▌ Security Audit · skillist-ioAudit code changes for common vulnerabilities — injection, XSS, auth gaps, and secret exposure.
- ▌ Test Generator · skillist-ioGenerate meaningful unit and integration tests that cover real behavior, not trivial assertions.
- ▌ Web Perf Audit · skillist-io bundleAudit web application performance using Core Web Vitals, Lighthouse-style checks, and actionable remediation steps. Includes scripts and reference thresholds for LCP, INP, and CLS.
- ▌ New Skill Bundle · skillist-ioScaffold 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.
- ▌ Cloudflare Deploy · skillist-io bundleDeploy 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.
- ▌ Stripe Integration · skillist-io bundleIntegrate Stripe payments — Checkout Sessions, webhooks, Connect, and idempotent API patterns.