Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
html-presentation
Generate HTML-based presentations with reveal.js or similar frameworks. Use when creating web-based presentations.
majiayu000/claude-skill-registry 163
-
agent-memory-systems
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm
majiayu000/claude-skill-registry 163
-
mip-modeling-expert
Use when formulating mixed integer programming (MIP) models, handling discontinuous variables, modeling logical constraints (either-or, conditional), or linearizing nonlinear terms
majiayu000/claude-skill-registry 163
-
pdb-database
Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery.
majiayu000/claude-skill-registry 163
-
code-review-workflow
majiayu000/claude-skill-registry 163
-
dbt-migration-db2
Convert IBM DB2 DDL to dbt models compatible with Snowflake. This skill should be used when converting views, tables, or stored procedures from DB2 to dbt code, generating schema.yml files with tests and documentation, or migrating DB2 SQL to follow dbt best practices.
majiayu000/claude-skill-registry 163
-
appflowy-integration
Integration with AppFlowy project management tool for task tracking, database management, and workspace organization. Use when working with AppFlowy, managing project tasks, creating databases, organizing workspaces, syncing agent work with project tracking, syncing documentation or tasks to AppFlowy, setting up automated sync workflows, or when the user mentions AppFlowy, project tracking, task management, or sync automation. Includes generic sync script that works with ANY project. Supports rich text formatting (bold, italic, code, links, strikethrough) and git pushsync workflow for automated syncing.
majiayu000/claude-skill-registry 163
-
junit-extensions
Use when jUnit extensions including custom extensions, rules, and conditional test execution.
majiayu000/claude-skill-registry 163
-
performance-lighthouse-runner
Performance Lighthouse Runner - Auto-activating skill for Frontend Development.
Triggers on: performance lighthouse runner, performance lighthouse runner
Part of the Frontend Development skill category.
majiayu000/claude-skill-registry 163
-
.claude/skills/composite-actions/SKILL.md
Composite Actionsのスキル。
📖 参照書籍:
- 『The Pragmatic Programmer』(Andrew Hunt, David Thomas): 実践的改善
📚 リソース参照:
- `resources/Level1_basics.md`: レベル1の基礎ガイド
- `resources/Level2_intermediate.md`: レベル2の実務ガイド
- `resources/Level3_advanced.md`: レベル3の応用ガイド
- `resources/Level4_expert.md`: レベル4の専門ガイド
- `resources/action-syntax.md`: Composite Action 構文リファレンス
- `resources/best-practices.md`: Composite Actions ベストプラクティス
- `resources/legacy-skill.md`: 旧SKILL.mdの全文
- `scripts/log_usage.mjs`: 使用記録・自動評価スクリプト
- `scripts/validate-action.mjs`: Composite Action Validator
- `scripts/validate-skill.mjs`: スキル構造検証スクリプト
- `templates/composite-action/action.yml`: action のテンプレート
Use proactively when handling composite actions tasks.
majiayu000/claude-skill-registry 163
-
testing-load-balancers
Validate load balancer behavior, failover, and traffic distribution.
Use when performing specialized testing.
Trigger with phrases like "test load balancer", "validate failover", or "check traffic distribution".
majiayu000/claude-skill-registry 163
-
html
Write semantic, accessible, performant HTML with modern best practices. Use when asked to (1) create HTML pages or documents, (2) write semantic markup, (3) improve accessibility, (4) optimize HTML structure and performance, (5) implement forms, tables, or complex layouts, or when phrases like "HTML page", "web page", "markup", "semantic HTML", "accessibility" appear.
majiayu000/claude-skill-registry 163
-
rosegriffon
Skill communautaire Rose Griffon. Gère les profils membres, le Patreon, les chroniques et l'animation du serveur Discord.
majiayu000/claude-skill-registry 163
-
RFP Source Expansion
Guidelines for integrating additional RFP data sources beyond RFPMart
majiayu000/claude-skill-registry 163
-
rspress-nav
Configure RSPress navigation bars and sidebars with _nav.json and _meta.json files. Use when setting up navigation, organizing sidebar sections, or configuring collapsible menu items.
majiayu000/claude-skill-registry 163
-
76-webgl-ws-polling-bridge
majiayu000/claude-skill-registry 163
-
rest-api-design-patterns
Comprehensive guide for designing RESTful APIs including resource modeling, versioning strategies, HATEOAS, pagination, filtering, and HTTP best practices
majiayu000/claude-skill-registry 163
-
curl-command-generator
Generates ready-to-run cURL commands from Express, Next.js, Fastify, or other API routes. Creates copy-paste commands with proper headers, authentication, and request bodies. Use when users request "generate curl commands", "curl examples", "api curl", or "command line api testing".
majiayu000/claude-skill-registry 163
-
tailwindcss-framework-integration
Tailwind CSS integration guide for React, Vue, Next.js, and other frameworks
majiayu000/claude-skill-registry 163
-
risk-based-testing
Focus testing effort on highest-risk areas using risk assessment and prioritization. Use when planning test strategy, allocating testing resources, or making coverage decisions.
majiayu000/claude-skill-registry 163
-
define-issue
Create well-defined issues (bugs, features, tasks) using Socratic questioning to eliminate ambiguity. Use when creating new Linear or Jira issues, when the user mentions Linear, Jira, or needs to define work items with proper acceptance criteria and relationships.
majiayu000/claude-skill-registry 163
-
nodejs-backend-patterns
Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.
majiayu000/claude-skill-registry 163
-
git-adr
Manage Architecture Decision Records (ADRs) using git-adr, a CLI tool that stores ADRs in git notes instead of files. Execute commands (init, new, edit, list, show, search, sync, supersede, link, attach, stats, export, import), generate ADR content in any format (MADR, Nygard, Y-Statement, Alexandrian, Business Case, Planguage), and teach ADR best practices. Use when users ask about: ADRs, architecture decisions, decision records, git-adr commands, documenting technical decisions, or need help creating/managing ADRs in a git repository.
majiayu000/claude-skill-registry 163
-
agile-workflow
Orchestrate agile development workflows by invoking commands in sequence with checkpoint-based flow control. This skill should be used when the user asks to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wants guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective.
majiayu000/claude-skill-registry 163