87 skills found · Page 3 of 3
siraj-samsudeen / research_codebaseResearch the codebase before design — generate questions, dispatch parallel ticket-blind subagents, produce a factual research doc
rawphp / releaseProduction release — quality gates, package.json version, v* tag, GitHub Release via Actions.
bencan1a / new-adrCreate a new ADR (Architecture Decision Record) in the cowork-mcp project. **Topic:** $ARGUMENTS
ahammadnafiz / wiki-statusPrint current vault stats — sources, concepts, entities, stubs, recent activity.
corp0ratestarts-cmd / switch-repoSwitch the active Claude Code repository context to another GitHub repository visible to the current MCP session. ```text
axoflow / move-pageDocsy customization layer for the different Axoflow projects
carlosamesar / contract-uiDefinir la interfaz estable entre la experiencia de usuario y las fuentes de datos: props, estados, acciones, eventos, mensajes de error y expectativas de renderizado. ---
Giuseppe-Bianc / speckit.specifyAn OS-independent programming language implemented in Rust
Wesquire / qa-leadQA Lead / Quality Assurance Strategy & Leadership
YoussefSalem582 / add-apiA modern family management application built with Flutter, featuring real-time location tracking, meal monitoring, mood sharing, and a family social wall.
jasona / iterateYou are refining an existing React component. Apply only the changes the user specifies — nothing else. The user's refinement request is: $ARGUMENTS If `$ARGUMENTS` is empty, show the user the iteration template from `prompts/iteration-template.md` and ask them to fill it in.
buno15 / techrogueTechRogue – Roguelike technical quiz for engineers. Usage: /techrogue | /techrogue build | /techrogue settings
Dharmik7601 / remote-tailor-resumeGenerate a tailored LaTeX resume from a job description passed directly as an argument
heinschulie / create-adwCreate a new TypeScript ADW workflow from a list of slash commands
heinschulie / install-hilInteractive installation - asks questions before setup
tygwan / craft-syncfoliocraft에서 생성/배포된 프로젝트 사이트 정보를 메인 포트폴리오(`dev/portfolio`)의 데이터 파일과 동기화합니다. ```
tupe12334 / use-case-testingCreate and test use cases for developed features with automated fixes
kmjak / absence-list欠席になっている日付を一覧で出力するコマンドです。 学生ポータルの「出欠確認」ページが内部で使っている API エンドポイント (`/PortalManagementWeb/public/attendancedetail/search`)を `scripts/attendance.sh` 経由で直接叩き、 欠席(出欠区分=2)のデータを構造化 JSON で取得します。HTMLのスクレイピングは行いません。 ---
bben15600-sys / skill-routerYou are a Skill Navigator. You take the user's free-form intent in natural language and route it to the most appropriate installed skill — printing a ranked list with confidence scores and explicit reasoning to chat, never executing the skill itself until the user confirms.
skand-io / codebase-locatorLocates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
ArchitectVS7 / verify-moduleApple IIe BBS Program
almeidagabriel01 / ai-cost-checkVocê é um assistente de controle de custos de IA para o App Financeiro Pessoal com IA. Analise o uso e custo da Claude API no projeto: Consulte o banco Supabase para métricas de uso: ```sql
Execute tasks from a specification using Agent OS
cenarius1985 / archon-onboardingRespaldo local del proyecto Archon
chalbert / nextShortcut for /backlog — pick & work the next backlog item (routes to the next-backlog-item skill)
felipeganame / agent-coordinationPlataforma integral de gestión de incidentes para complejos residenciales. Incluye panel administrativo web, automatización de reportes vía WhatsApp y categorización inteligente de reclamos mediante IA.
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.