Browse Skills
2024 skills found
chess-commentator.md
1
1
export
chess-commentator
2
from
"pilipolio/chess-sandbox"
from
"pilipolio/chess-sandbox"
3
This skill should be used when analyzing chess positions. Automatically triggers when users provide FEN positions for analysis or ask about specific chess positions. Provides engine-powered analysis with natural language explanations of best moves, key variations, and strategic/tactical themes.
2026-01-05
context7.md
1
1
export
context7
2
from
"erwinkn/pulse-ui"
from
"erwinkn/pulse-ui"
3
Fetch up-to-date library documentation using Context7 API. Use this skill when the user asks for docs, examples, or help with a specific library/framework (e.g., "look up React docs", "context7 nextjs routing", "fetch docs for fastapi").
2026-01-05
fix-failed-pr.md
1
1
export
fix-failed-pr
2
from
"agentage/desktop"
from
"agentage/desktop"
3
Check GitHub PR status, identify failures in CI/checks, analyze errors, attempt fixes, and push changes. Use this skill when the user asks to fix a failed PR, check PR status, fix CI failures, or resolve PR checks.
2026-01-05
council.md
1
1
export
council
2
from
"bacoco/Council-board-skill"
from
"bacoco/Council-board-skill"
3
Orchestrates multi-model deliberation from Claude, Gemini, and Codex.INVOKE THIS SKILL when user wants:- Multiple AI perspectives: "ask the council", "get opinions", "what do the models think"- Debate/both sides: "both sides of", "pros and cons", "I'm torn between", "arguments for and against"- Stress-testing: "poke holes", "what could go wrong", "find flaws", "what am I missing", "blind spots"- Choosing between options: "help me choose", "which should I pick", "A vs B vs C"- Deep understanding: "deeply understand", "thorough research", "comprehensive analysis"- Direct model query: "ask Claude directly", "just Gemini", "Codex only", "skip the council"
2026-01-05
mapping-html-to-api.md
1
1
export
mapping-html-to-api
2
from
"farmanlab/ai_agent_orchestra"
from
"farmanlab/ai_agent_orchestra"
3
Maps HTML content elements to API response fields and generates data binding specifications. Updates the "APIマッピング" section in screen spec.md.
2026-01-20
jira.md
1
1
export
jira
2
from
"averycrespi/claudefiles"
from
"averycrespi/claudefiles"
3
This skill should be used when the user asks about Jira work items, sprints, boards,or projects. Activates when detecting: ticket IDs (PROJ-123), questions about "currentsprint", "my tickets", "Jira issues", board information, project status, or any Jira-relatedqueries. Provides read-only access to Jira Cloud via Atlassian CLI.
2026-01-05
docker.md
1
1
export
docker
2
from
"wrsmith108/docker-claude-skill"
from
"wrsmith108/docker-claude-skill"
3
Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies. Trigger phrases include "npm install", "run the build", "start the server", "install package", or any code execution request.
2026-01-05
readme-generator.md
1
1
export
readme-generator
2
from
"GhostTypes/ff-5mp-api-py"
from
"GhostTypes/ff-5mp-api-py"
3
Generate professionally formatted README.md files following a specific centered table-based structure. Use when creating or reformatting README files for GitHub repositories, particularly for Ghost's projects across 48hour-solutions, Automotive-9, LLMTooling, MCDxAI, Orbital-8, Parallel-7, and GhostTypes organizations. Triggers include "create a readme", "reformat this readme", "update the readme", or any request to document a repository.
2026-01-05
dependency-analysis.md
1
1
export
dependency-analysis
2
from
"hubvue/fe-analysis-skills"
from
"hubvue/fe-analysis-skills"
3
Claude skills supporting analysis of front-end projects
2025-12-29
east-py-datascience.md
1
1
export
east-py-datascience
2
from
"elaraai/east-py"
from
"elaraai/east-py"
3
Data science and machine learning platform functions for the East language (TypeScript types). Use when writing East programs that need optimization (MADS, Optuna, SimAnneal, Scipy), machine learning (XGBoost, LightGBM, NGBoost, Torch MLP, Lightning, GP), ML utilities (Sklearn preprocessing, metrics, splits), or model explainability (SHAP). Triggers for: (1) Writing East programs with @elaraai/east-py-datascience, (2) Derivative-free optimization with MADS, (3) Bayesian optimization with Optuna, (4) Discrete/combinatorial optimization with SimAnneal, (5) Gradient boosting with XGBoost or LightGBM, (6) Probabilistic predictions with NGBoost or GP, (7) Neural networks with Torch MLP or Lightning, (8) Data preprocessing and metrics with Sklearn, (9) Model explainability with Shap.
2026-01-05
update-pr.md
1
1
export
update-pr
2
from
"propstreet/claude-powerpack"
from
"propstreet/claude-powerpack"
3
Creates comprehensive PR descriptions by systematically reviewing ALL changes - features, bug fixes, tests, docs, and infrastructure. Use when user wants to update PR description, prepare PR for review, or document branch changes. Requires gh CLI.
2026-01-05
plausible-insights.md
1
1
export
plausible-insights
2
from
"alexanderop/claude-plausible-analytics"
from
"alexanderop/claude-plausible-analytics"
3
Use when analyzing website traffic, investigating SEO issues, diagnosing high bounce rates, evaluating content performance, or optimizing site conversions - proactive SEO consultant with Plausible Analytics access that investigates patterns, fetches actual page content, and provides specific actionable recommendations based on real data analysis
2026-01-05
hono-routing.md
1
1
export
hono-routing
2
from
"joshcox/thoughts-prompts-and-things"
from
"joshcox/thoughts-prompts-and-things"
3
Build type-safe APIs with Hono - fast, lightweight routing for Cloudflare Workers, Deno, Bun, and Node.js. Set up routing patterns, middleware composition, request validation (Zod/Valibot/Typia/ArkType), RPC client/server with full type inference, and error handling with HTTPException.Use when: building APIs with Hono, setting up request validation with schema libraries, creating type-safe RPC client/server communication, implementing custom middleware chains, handling errors with HTTPException, extending context with custom variables, or troubleshooting middleware type inference issues, validation hook confusion, RPC performance problems, or middleware response typing errors.
2026-01-05
graphql.md
1
1
export
graphql
2
from
"specvital/collector"
from
"specvital/collector"
3
Provides GraphQL API schema design and implementation expertise. Ensures proper type definitions, query/mutation patterns, pagination strategies, and error handling standards. Specializes in schema-first design, resolver implementation, DataLoader for N+1 prevention, subscription patterns, and federation architecture. Implements Relay cursor connections and Apollo best practices.Use when: designing GraphQL schemas, defining types and interfaces, implementing queries and mutations, creating resolvers, designing pagination with connections and edges, solving N+1 query problems with DataLoader, implementing subscriptions for real-time updates, handling errors and nullability, setting up GraphQL federation, or integrating with Apollo Server/Client or other GraphQL libraries.
2026-01-05
mochi-creator.md
1
1
export
mochi-creator
2
from
"JoshuaOliphant/claude-plugins"
from
"JoshuaOliphant/claude-plugins"
3
Create evidence-based spaced repetition flashcards using cognitive science principles from Andy Matuschak's research. Use when user wants to create Mochi cards, flashcards, study materials, or mentions learning, memorization, spaced repetition, SRS, Anki-style cards, or knowledge retention. Applies the 5 properties of effective prompts (focused, precise, consistent, tractable, effortful) to ensure cards actually work for long-term retention.
2026-01-05
deciduous.md
1
1
export
deciduous
2
from
"imrellx/jellybeans-obsidian"
from
"imrellx/jellybeans-obsidian"
3
Plan, implement, track, and reflect on your work goals and decisions.
2026-01-05
cliftonsites-backend.md
1
1
export
cliftonsites-backend
2
from
"NimdaNona/cliftonsites"
from
"NimdaNona/cliftonsites"
3
Use this skill when working with the CliftonSites Supabase backend for any task including understanding database schemas, debugging issues, adding features, querying data, managing RPC functions, reviewing triggers/policies, working with the automation pipeline, security architecture (MFA authentication, RLS, SECURITY DEFINER functions, API route protection), or any database operation. Provides complete expertise on all 12 tables, 25 RPC functions, 5 triggers, RLS policies, SECURITY DEFINER functions, admin MFA authentication, internal API token validation, views, indexes, data flows, and Supabase MCP server operations.
2026-01-05
readme-generator.md
1
1
export
readme-generator
2
from
"bug-ops/claude-skills"
from
"bug-ops/claude-skills"
3
Generate and improve README files for software projects. Triggers on: 'create readme', 'generate readme', 'write readme', 'improve readme', 'update readme', 'fix readme', 'readme for this project'. Supports Rust (libraries, CLI tools, services), TypeScript/JavaScript (npm packages), and Python (PyPI packages). Applies ecosystem-specific conventions: badges, installation sections, MSRV for Rust, feature flags documentation.
2026-01-05
east-node-io.md
1
1
export
east-node-io
2
from
"elaraai/east-node"
from
"elaraai/east-node"
3
I/O platform functions for the East language on Node.js. Use when writing East programs that need SQL databases (SQLite, PostgreSQL, MySQL), NoSQL databases (Redis, MongoDB), S3 storage, file transfers (FTP, SFTP), file format parsing (XLSX, XML), or compression (Gzip, Zip, Tar). Triggers for: (1) Writing East programs with @elaraai/east-node-io, (2) Database operations with SQL.SQLite, SQL.Postgres, SQL.MySQL, NoSQL.Redis, NoSQL.MongoDB, (3) Cloud storage with Storage.S3, (4) File transfers with Transfer.FTP, Transfer.SFTP, (5) Format parsing with Format.XLSX, Format.XML, (6) Compression with Compression.Gzip, Compression.Zip, Compression.Tar.
2026-02-02
hotwire-turbo-stimulus.md
1
1
export
hotwire-turbo-stimulus
2
from
"sjnims/rails-expert"
from
"sjnims/rails-expert"
3
This skill should be used when the user asks about Hotwire, Turbo Drive, Turbo Frames, Turbo Streams, Stimulus controllers, frontend interactivity, server-rendered HTML updates, websocket updates, progressive enhancement, data attributes, importing JavaScript modules, or building interactive UIs without React/Vue. Also use when discussing the "HTML over the wire" approach or NO BUILD philosophy. Examples:
2026-01-05
set-current-spec.md
1
1
export
set-current-spec
2
from
"retsohuang/retso-marketplace"
from
"retsohuang/retso-marketplace"
3
This skill should be used when switching between specs, after creating a new spec with "/spec-kit:specify", when the user says "switch to spec 002" or "work on feature X", or when resuming work on a different feature. Updates progress.yml with the current working specification.
2026-01-05
draft-section.md
1
1
export
draft-section
2
from
"testaco/agentic-coding-book"
from
"testaco/agentic-coding-book"
3
Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
2026-01-05
kit-cli-navigator.md
1
1
export
kit-cli-navigator
2
from
"cased/claude-code-plugins"
from
"cased/claude-code-plugins"
3
Run focused `kit` CLI commands (file-tree, symbols, search, semantic discovery, dependency analysis, and exports) to build high-signal repository context fast. Use when you need to understand an unfamiliar codebase, prep context for Claude, plan refactors, audit dependencies, or answer “where is X implemented?” without manually grepping.
2026-01-05
deep-research-synthesizer.md
1
1
export
deep-research-synthesizer
2
from
"anthony-maio/pieces-agent-skills"
from
"anthony-maio/pieces-agent-skills"
3
Given outputs from 5 research sub-agents (time-sliced or partitioned), validate and synthesize them into a coherent, citation-backed Markdown deep research report with deduplication, contradiction handling, and explicit debug visibility when inputs are missing or malformed.
2026-01-05