The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.
Every Agent Skill we could find on GitHub, deduplicated by content. 79 404 files from 1 741 authors, of which 61 763 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.
Audit technical writing for learner comprehension and accessibility. Use when reviewing documentation, tutorials, or educational content for clarity.
| Design systematic decision frameworks for selecting appropriate AI tools (Claude Code vs Gemini CLI) based on context requirements, codebase size, reasoning depth needs, and task complexity. Use this skill when starting projects with unclear tool requirements, optimizing context-constrained workflows, or designing multi-phase strategies that leverage multiple tools' strengths. This skill helps match tool capabilities to task characteristics, preventing wasted context and ensuring optimal resource allocation.
This skill should be used when evaluating UI components against UX best practices. Use for reviewing buttons, navigation elements, spacing, visual hierarchy, or any interface element. Provides a systematic 3-dimension framework (Position, Visual Weight, Spacing) aligned with industry standards (Balsamiq, Nielsen heuristics). Invoke when user asks to "review UX", "check button design", "evaluate layout", or references design guidelines.
Generate distinctive educational visuals using creative brief methodology. Use when creating chapter illustrations, diagrams, or teaching visuals with Gemini.
Use when generating tests for backend code (Express routes, MongoDB models, Node services) - analyzes file type, detects test framework from package.json, generates comprehensive tests with setup/teardown and edge case coverage
Use when asked to review MERN stack code - comprehensive code reviewer that checks project health, security, maintainability, performance, testing, and architecture. Combines general code quality analysis with MERN-specific expertise.
子エージェントの起動・指示・報告・安全運用を標準化するスキル。codex でのタスク分解、確認判断、チェックリスト、テンプレートを提供し、リーダー/実装/レビュー各エージェントが迷わず動けるようにする。
テスト計画・実行・報告を標準化する運用スキル。
UI/UX 設計・改善を進めるための運用手順とチェックリストをまとめたスキル。
Analyzes backlink profiles to understand link authority, identify toxic links, discover link building opportunities, and monitor competitor link acquisition. Essential for off-page SEO strategy.
Guide for creating new skills in Kai's personal AI infrastructure. Use when user wants to create, update, or structure a new skill that extends capabilities with specialized knowledge, workflows, or tool integrations. Follows both Anthropic skill standards and PAI-specific patterns.
Transform PRDs (Product Requirements Documents) into structured XML app specifications optimized for AI coding agents. Converts developer-focused docs with code examples into declarative agent-consumable format. USE WHEN user says "convert PRD", "generate app spec", "transform PRD", "create specification from requirements", or wants to prepare a PRD for agent consumption.
Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.
Smart Money Concepts (SMC) and ICT-style chart analysis skill. Analyzes any market with one command - fetches real data, runs multi-timeframe analysis, identifies trade setups with entry/stop/targets. Use when user asks to "analyze [SYMBOL]", wants SMC/ICT analysis, asks about liquidity sweeps, order blocks, fair value gaps, or market structure, or wants trade setup recommendations.
| SMC trading agent skill for Alpha Harness backtesting. Provides ICT/SMC methodology, decision frameworks, and behavioral guidelines for autonomous trading in simulated environments. USE WHEN agent wakes in harness, needs to analyze markets, decide on setups, or place orders.
Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping. USE WHEN user says 'create agent', 'new subagent', 'make an agent for', 'build agent', 'spawn agent', or wants to define custom agents for specific tasks.
| CTO's deputy for software architecture using Clean/Hexagonal Architecture principles. Socratic approach - asks probing questions to help YOU make informed design decisions. Guides through Discovery → Modeling → Boundaries → Scaffolding phases. Outputs TypeScript scaffolds with ports, adapters, and domain layers. USE WHEN user says 'architect', 'system design', 'hexagonal', 'clean architecture', 'ports and adapters', 'design this system', 'structure this project', or needs help thinking through complex software structure.
Integrate Replicate AI models with background processing, S3 storage, and credit systems
Integrate Vercel AI SDK for LLMs, Chatbots, Generative UI, and Agentic Workflows.
Create visual assets (images, illustrations) using AI (OpenAI DALL-E).
Manage authentication, authorization, and user sessions. Use when dealing with login, sign-up, API protection, middleware, or user data fetching.
Create SEO-optimized MDX blog posts with proper frontmatter
Write high-converting, punchy, and professional copy for landing pages, emails, and marketing materials.
Manage the credit system (allocation, purchasing, usage). Use when adding credit types, configuring pricing, or building credit UI.
Manage database schemas, Drizzle ORM, migrations, and data modeling. Use when creating tables, modifying columns, or planning database changes.
Create and organize public documentation pages using Fumadocs. Use when building new documentation pages or organizing existing ones.
Create and send transactional emails using React Email. Covers templates, layout integration, and sending logic.
Manage environment variables securely. Handles distinction between .env (template) and .env.local (secrets).
Create forms, validation schemas, and CRUD API endpoints. Use when building new data entry features or managing existing forms.
Generate high-quality images and assets for components (hero sections, features, transformations) using Replicate's FLUX 1.1 Pro model.
Create and manage Inngest functions for reliable background jobs, workflows, and scheduled tasks.
Generate logos using Replicate AI and make them transparent with background removal.
Helper for building landing pages and marketing sites using Tailark components.
Manage subscription plans, pricing, and quotas. Use when adding plan features, updating limits, or building pricing pages.
Implement rich text editors using Plate.js. Supports creating both simple (comment/chat) and detailed (document/blog) editors.
Integrate with Replicate AI for running models (image generation, LLMs, etc.).
Handle S3 file uploads including UI components, client-side logic, and server-side processing
Manage SEO, sitemaps, and metadata for optimal search engine visibility
Handle Stripe payments, custom checkouts, and webhook fulfillment outside of standard plans/credits.
Manage and update application themes using shadcn and tweakcn.
Implement UI using Shadcn MCP (atoms/theme) and 21st.dev MCP (complex sections). Use when adding buttons, layouts, or generating landing pages.
Git protocol implementation patterns using gitoxide for Guts repository operations
Infrastructure as Code patterns for deploying Guts nodes using Terraform, Docker, and Kubernetes
Peer-to-peer networking patterns using commonware for building decentralized Guts network
Rust development best practices for the Guts project - idiomatic code, error handling, async patterns, and commonware integration
Comprehensive testing strategies for Guts including unit tests, integration tests, property-based testing, and fuzzing
A conceptual skill for securing FastAPI REST APIs with JWT authentication
A conceptual skill for implementing CRUD features driven by Spec-Kit and Claude Code
A conceptual skill for building an API client in Next.js that handles JWT tokens
A conceptual skill for integrating Better Auth with Next.js App Router
A conceptual skill for guiding the Spec-Kit + Claude Code development workflow
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
|
Guide to using Better Auth for client and server-side authentication.
Documentation for the FastAPI backend, endpoints, and dependency injection.
Validates and analyzes Docusaurus MDX chapters for structure, pedagogical quality, and component usage.
Generates comprehensive chapter outlines for books, including key topics, subtopics, learning objectives, and estimated word counts. Use this when the user needs help structuring a book chapter or creating a table of contents.
Creates detailed character profiles including backstory, personality traits, motivations, relationships, and character arcs. Use when the user needs help developing compelling, multi-dimensional characters for their story.
Details of the RAG Chatbot, including UI and backend logic.
Interaction with NeonDB Postgres using Drizzle ORM.
Answers built from the skills we actually parsed.