Browse Skills
20307 skills found
report-summarizing.md
0
1
export
report-summarizing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
調査結果や分析レポートを4層構造(エグゼクティブサマリー→概要→詳細→Appendix)で整理し、意思決定者向けに構造化します。レポート作成時や既存ドキュメントの再構成時に使用してください。
2026-01-05
pull-request-descriptor.md
0
1
export
pull-request-descriptor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze code diffs and commit messages between current branch and target branch to generate comprehensive Pull Request descriptions in markdown format. Automatically selects appropriate PR template and creates structured, informative PR descriptions ready for submission.
2026-01-05
toon-formatter.md
0
1
export
toon-formatter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AGGRESSIVELY use TOON v2.0 format for biggish regular data (≥5 items, ≥60% uniform). Auto-applies to tables, logs, events, transactions, analytics, API responses, database results. Supports 3 array types (inline, tabular, expanded), 3 delimiters (comma, tab, pipe), key folding for nested objects. Triggers on structured data, arrays, repeated patterns. Use TOON by default when tokens matter - RAG pipelines, tool calls, agents, benchmarks. Keywords "data", "array", "list", "table", "log", "transaction", "metric", "analytics", "API", "database", "query", "TOON".
2026-01-05
session-intelligence-harvester.md
0
1
export
session-intelligence-harvester
2
from
"Maheen-Zubair/Physical-AI-Humanoid-Robotics-Textbook--Hackathon-01-"
from
"Maheen-Zubair/Physical-AI-Humanoid-Robotics-Textbook--Hackathon-01-"
3
This skill should be used after productive sessions to extract learnings and route them to appropriate Reusable Intelligence Infrastructure (RII) components. Use when corrections were made, format drift was fixed, new patterns emerged, or the user explicitly asks to "harvest learnings" or "capture session intelligence". Transforms one-time fixes into permanent organizational knowledge by implementing updates across multiple files.
2026-01-05
slack-webhook.md
0
1
export
slack-webhook
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Send messages to Slack using Incoming Webhooks. Simple one-way messaging to a specific channel without OAuth setup.
2026-01-05
nodemailer.md
0
1
export
nodemailer
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Sends emails from Node.js applications using SMTP or other transports with Nodemailer. Use when implementing email functionality with full control over transport configuration.
2026-01-05
ai-engineer.md
0
1
export
ai-engineer
2
from
"kriscard/kriscard-claude-plugins"
from
"kriscard/kriscard-claude-plugins"
3
LLM application and RAG system specialist. Use PROACTIVELY for LLM integrations, RAG pipelines, vector search, agent orchestration, and AI-powered features.
2026-01-05
supadata.md
0
1
export
supadata
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Supadata API via curl. Use this skill to extract transcripts from YouTube/TikTok/Instagram videos and scrape web content to markdown.
2026-01-05
auth-js.md
0
1
export
auth-js
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production-ready Auth.js v5 setup for Next.js and Cloudflare Workers.Use when: setting up authentication, implementing OAuth/credentials/magic links,configuring D1 or PostgreSQL adapters, debugging session issues, migrating fromv4 to v5, fixing edge compatibility, troubleshooting JWT/database sessions,resolving AUTH_SECRET errors, fixing CallbackRouteError, or implementing RBAC.Covers: Next.js App Router & Pages Router, Cloudflare Workers + D1, OAuth providers(GitHub, Google, etc.), credentials auth, magic links, JWT vs database sessions,middleware patterns, role-based access control, token refresh, edge runtimecompatibility, and common error prevention.Keywords: Auth.js, NextAuth.js, authentication, OAuth, credentials, magic links,D1 adapter, Cloudflare Workers, Next.js middleware, JWT session, database session,refresh tokens, RBAC, edge compatibility, AUTH_SECRET, CallbackRouteError,CredentialsSignin, JWEDecryptionFailed, session not updating, route protection
2026-01-05
def.md
0
1
export
def
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Locate symbol definitions quickly (precise for Python via AST; conservative candidates for other languages) and print a bounded context packet.
2026-01-05
web-artifacts-builder.md
0
1
export
web-artifacts-builder
2
from
"defnotwig/My-Portfolioo-"
from
"defnotwig/My-Portfolioo-"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
using-type-guards.md
0
1
export
using-type-guards
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks.
2026-01-05
uml-generation.md
0
1
export
uml-generation
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Generate UML diagrams from source code (PlantUML)
2026-01-05
frontend-dev-guidelines.md
0
1
export
frontend-dev-guidelines
2
from
"siti34/SPDS-URA"
from
"siti34/SPDS-URA"
3
Comprehensive frontend development guide for Next.js 14+ with App Router, React Server Components, TypeScript, and modern patterns. Use when building Next.js pages, components, layouts, API routes, server actions, data fetching, forms, state management, routing, or working with React 18+ features, TypeScript, Tailwind CSS, and frontend architecture.
2026-01-05
forge-lang-terraform.md
0
1
export
forge-lang-terraform
2
from
"martimramos/claude-forge"
from
"martimramos/claude-forge"
3
Terraform infrastructure-as-code safety practices. Enforces plan-before-apply workflow. Use when working with .tf files or infrastructure commands.
2026-01-05
claude-code-architecture.md
0
1
export
claude-code-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Self-reference guide for Claude Code's own architecture, configuration, and extension points. Use when needing to know where Claude Code stores its configuration files, skills, plugins, hooks, MCP servers, settings, or any other internal structure. Triggers on questions like "where do skills go?", "how do I configure hooks?", "where is the settings file?", or when creating/modifying Claude Code extensions.
2026-01-05
reward-shaping-engineering.md
0
1
export
reward-shaping-engineering
2
from
"tachyon-beep/hamlet"
from
"tachyon-beep/hamlet"
3
Master reward function design - potential-based shaping, hacking patterns, validation
2026-01-05
rpi-workflow.md
0
1
export
rpi-workflow
2
from
"matt-riley/mjrwtf"
from
"matt-riley/mjrwtf"
3
Apply a Research → Plan → Implement → Validate workflow with Copilot CLI, including context budgeting and persistent artifacts via /share.
2026-01-05
sync-to-main.md
0
1
export
sync-to-main
2
from
"coopeverything/TogetherOS"
from
"coopeverything/TogetherOS"
3
**AUTO-TRIGGER when:**- Progress reaches 5% milestone (5%, 10%, 15%, 20%...)- User says "sync [module] to main"- User says "approve main sync"- User says "reconcile [module] with main"Manages two-phase sync from yolo to main: (1) WIP markers to prevent contributor conflicts, (2) code sync with CI reconciliation after production validation.Use proactively without asking permission when task matches skill purpose.
2026-01-05
gapless-crypto-clickhouse-onboarding.md
0
1
export
gapless-crypto-clickhouse-onboarding
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Onboard company employees (Claude Code CLI users) to use gapless-crypto-clickhouse package with ClickHouse Cloud credentials. Use when company employee needs to set up ClickHouse Cloud access, mentions first-time setup, credential configuration, connection testing, or troubleshooting ClickHouse Cloud connections.
2026-01-05
async-await-checker.md
0
1
export
async-await-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically applies when writing Python functions that call async operations. Ensures proper async/await pattern usage (not asyncio.run) to prevent event loop errors.
2026-01-05
collimator-optics.md
0
1
export
collimator-optics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use profunctor optics from the Collimator library for Lean 4. Use when working with lenses, prisms, traversals, or nested data access.
2026-01-05
git-version-control.md
0
1
export
git-version-control
2
from
"pluginagentmarketplace/custom-plugin-data-engineer"
from
"pluginagentmarketplace/custom-plugin-data-engineer"
3
Git workflows, branching, collaboration, and code management
2026-01-05
best-practices.md
0
1
export
best-practices
2
from
"InKCre/design"
from
"InKCre/design"
3
Best practices for developing with @inkcre/web-design including coding guidelines and accessibility.
2026-01-05