Browse Skills

22656 skills found

writing-skills.md
1
1 export writing-skills
2 totalaudiopromo from "totalaudiopromo/total-audio-platform"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
workflow-optimizer.md
1
1 export workflow-optimizer
2 vladm3105 from "vladm3105/aidoc-flow-framework"
3 Workflow navigation assistant that recommends next steps and optimizes documentation sequence through the SDD workflow
2026-01-05
tdd-red-phase.md
1
1 export tdd-red-phase
2 rubrical-studios from "rubrical-studios/gh-pmu"
3 Guide experienced developers through RED phase of TDD cycle - writing failing tests and verifying expected failures
2026-01-05
handler-storage-gcs.md
1
1 export handler-storage-gcs
2 fractary from "fractary/claude-plugins"
3 Google Cloud Storage handler for fractary-file plugin
2026-01-05
systematic-debugging-laravel.md
1
1 export systematic-debugging-laravel
2 iSerter from "iSerter/laravel-claude-agents"
3 Systematic debugging process for Laravel applications - ensures root cause investigation before attempting fixes. Use for any Laravel issue (test failures, bugs, unexpected behavior, performance problems).
2026-01-05
git-worktree.md
1
1 export git-worktree
2 sh1ma from "sh1ma/nelchan"
3 Git worktreeを使った並列開発を支援する。複数のClaude Codeインスタンスで同時に異なるブランチの作業を行う際に使用する。"worktree"、"並列開発"、"別ブランチで作業"などのキーワードで発動。
2026-01-05
ai-sdk-ui.md
1
1 export ai-sdk-ui
2 ovachiever from "ovachiever/droid-tings"
3 Build React chat interfaces with Vercel AI SDK v5/v6. Covers v6 beta (agent integration, tool approval,auto-submit), v4→v5 migration (breaking changes), useChat/useCompletion/useObject/useAssistant hooks,and 12 UI error solutions (stream parsing, stale body values, React update depth).Use when: implementing AI SDK v5/v6 chat UIs, migrating v4→v5, troubleshooting "useChat failed to parsestream", "useChat no response", or "stale body values" errors, or integrating OpenAI assistants.
2026-01-05
cns-tinker.md
1
1 export cns-tinker
2 North-Shore-AI from "North-Shore-AI/tinkerer"
3 Apply Chiral Narrative Synthesis (CNS) framework for contradiction detection and multi-source analysis using Tinker API for model training. Use when implementing CNS with Tinker for fine-tuning models on contradiction detection, training on SciFact/FEVER datasets, or building multi-agent debate systems for narrative synthesis.
2026-01-05
daisyui.md
1
1 export daisyui
2 JoaquimCassano from "JoaquimCassano/ideas-marketplace"
3 Guide for using daisyUI component library with Tailwind CSS for building UI components, theming, and responsive design
2026-01-05
cpp-basics.md
1
1 export cpp-basics
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp"
3 Production-grade skill for C++ fundamentals. Covers variables, data types, operators, control flow, functions, and program structure. Foundation for all C++ development.
2026-01-05
creating-skill.md
1
1 export creating-skill
2 jeejeeguan from "jeejeeguan/agent-rules"
3 Guide for creating effective Claude Skills. Covers structure, naming, progressive disclosure, workflows, and best practices. Use when the user wants to create a new Skill, improve existing Skills, or learn Skill authoring patterns.
2026-01-05
antiquities-extractor.md
1
1 export antiquities-extractor
2 shawngraham from "shawngraham/claude_antiquities_extractor_skill"
3 Extract and structure data from documents about the illegal antiquities trade, including dealers, collectors, artifacts, locations, and relationships. Use when processing news reports, academic articles, legal documents, encyclopedia entries, or research materials pertaining to looted artifacts, antiquities trafficking, provenance research, or cultural heritage crimes. Returns structured JSON with entities (persons, organizations, artifacts, locations) and their relationships.
2026-01-05
codex-ask.md
1
1 export codex-ask
2 dceoy from "dceoy/gh-actions-for-devops"
3 Ask OpenAI Codex questions about code to understand implementations, architecture, patterns, and debugging. Use when the user asks how code works, where something is implemented, what patterns are used, or needs to understand existing code. Requires Codex CLI installed.
2026-01-05
review-code.md
1
1 export review-code
2 rhuss from "rhuss/cc-superpowers-sdd"
3 Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score, triggers evolution if needed
2026-01-05
table-datagrid-builder.md
1
1 export table-datagrid-builder
2 MaciWP from "MaciWP/CV_Astro"
3 This skill builds data tables/grids with sorting, filtering, pagination, and row actions.Supports React (TanStack Table, AG Grid), Vue 3 (Vue Good Table, AG Grid), with server/client-side data.Creates tables with column configuration, sorting (multi-column), filtering (text, date, number), pagination, row selection, export (CSV/Excel).Activate when user says "create table", "data grid", "display list", "show users table", or needs tabular data display.Output: Production-ready tables with sorting, filtering, pagination, accessibility, and export functionality.
2026-01-05
design-systems.md
1
1 export design-systems
2 dralgorhythm from "dralgorhythm/claude-agentic-framework"
3 Build and maintain design systems. Use when creating component libraries, design tokens, or style guides. Covers atomic design and tokens.
2026-01-05
hotwire-patterns-turbo-stimulus.md
1
1 export hotwire-patterns-turbo-stimulus
2 sjnims from "sjnims/iron-chef-claude-rails"
3 This skill should be used when the user asks about "Hotwire", "Turbo", "Stimulus", "Turbo Frames", "Turbo Streams", "progressive enhancement", "HTML over the wire", or building interactive Rails frontends without heavy JavaScript frameworks. Load this skill when implementing modern Rails frontend patterns.
2026-01-05
gandalf-the-prompt.md
1
1 export gandalf-the-prompt
2 fotescodev from "fotescodev/portfolio"
3 Audits prompts and skills against Claude best practices. Finds clarity issues, structural problems, and enhancement opportunities. Provides fixes and grades.
2026-01-05
commit-helper.md
1
1 export commit-helper
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/logseq-template-graph"
3 Expert conventional commits assistant for the Logseq Template Graph project. Analyzes git changes and generates proper conventional commit messages with correct type, scope, and format. Use when the user needs help writing commits or validating commit messages.
2026-01-05
project-indexing.md
1
1 export project-indexing
2 krzemienski from "krzemienski/shannon-framework"
3 Generates SHANNON_INDEX for 94% token reduction (58K → 3K tokens). Compresses large codebasesinto structured summaries with Quick Stats, Tech Stack, Core Modules, Dependencies, Recent Changes,and Key Patterns. Enables fast agent onboarding, efficient multi-agent coordination, and instantcontext switching. Use when: starting project analysis, onboarding new agents, coordinating waves,switching between codebases, or when context window efficiency is critical.
2026-01-05
log-archiver.md
1
1 export log-archiver
2 fractary from "fractary/claude-plugins"
3 Archives completed logs to cloud storage with index management and cleanup
2026-01-05
url-parameter-parser.md
1
1 export url-parameter-parser
2 feed-mob from "feed-mob/agent-skills"
3 Parse URLs in CSV files and extract query parameters as new columns. Use when working with CSV files containing URLs that need parameter extraction and analysis.
2026-01-05
brainstorming-laravel.md
1
1 export brainstorming-laravel
2 iSerter from "iSerter/laravel-claude-agents"
3 Use when creating or developing Laravel features, before writing code or implementation plans - refines rough ideas into fully-formed Laravel designs through collaborative questioning, alternative exploration, and incremental validation.
2026-01-05
vitest.md
1
1 export vitest
2 mcclowes from "mcclowes/omg"
3 Use when writing or configuring Vitest tests - assertions, mocking, coverage, and workspace-aware testing for TypeScript projects
2026-01-05