Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
pend
View latest reply from AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
all-plan
Collaborative planning using abstract roles (designer + inspiration + reviewer).
bfly123/claude_code_bridge 2,033
-
ping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
ask
Send via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
bfly123/claude_code_bridge 2,033
-
mounted
Report which CCB providers are mounted (session exists AND daemon is online). Outputs JSON.
bfly123/claude_code_bridge 2,033
-
pend
View latest reply from AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
all-plan
Collaborative planning using abstract roles (designer + inspiration + reviewer).
bfly123/claude_code_bridge 2,033
-
ping
Test connectivity with AI provider (gemini/codex/opencode/droid/claude).
bfly123/claude_code_bridge 2,033
-
self-assessment
Comprehensive Claude Code self-assessment and learning path advisor. Runs a multi-category quiz covering 10 feature areas, produces a detailed skill profile with per-topic scores, identifies specific gaps, and generates a personalized learning path with prioritized next steps. Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or "level up".
luongnv89/claude-howto 16,343
-
lesson-quiz
Interactive lesson-level quiz for Claude Code tutorials. Tests understanding of a specific lesson (01-10) with 8-10 questions mixing conceptual and practical knowledge. Use before a lesson to pre-test, during to check progress, or after to verify mastery. Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", or "do I understand skills".
luongnv89/claude-howto 16,343
-
brand-voice-consistency
Ensure all communication matches brand voice and tone guidelines. Use when creating marketing copy, customer communications, public-facing content, or when users mention brand voice, tone, or writing style.
luongnv89/claude-howto 16,343
-
code-review-specialist
Comprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
luongnv89/claude-howto 16,343
-
api-documentation-generator
Generate comprehensive, accurate API documentation from source code. Use when creating or updating API documentation, generating OpenAPI specs, or when users mention API docs, endpoints, or documentation.
luongnv89/claude-howto 16,343
-
claude-md
Create or update CLAUDE.md files following best practices for optimal AI agent onboarding
luongnv89/claude-howto 16,343
-
code-refactor
Systematic code refactoring based on Martin Fowler's methodology. Use when users ask to refactor code, improve code structure, reduce technical debt, clean up legacy code, eliminate code smells, or improve code maintainability. This skill guides through a phased approach with research, planning, and safe incremental implementation.
luongnv89/claude-howto 16,343
-
blog-draft
Draft a blog post from ideas and resources. Use when users want to write a blog post, create content from research, or draft articles. Guides through research, brainstorming, outlining, and iterative drafting with version control.
luongnv89/claude-howto 16,343
-
adding-models
Guide for adding new LLM models to Letta Code. Use when the user wants to add support for a new model, needs to know valid model handles, or wants to update the model configuration. Covers models.json configuration, CI test matrix, and handle validation.
letta-ai/letta-code 2,070
-
searching-messages
Search past messages to recall context. Use when you need to remember previous discussions, find specific topics mentioned before, pull up context from earlier in the conversation history, or find which agent discussed a topic.
letta-ai/letta-code 2,070
-
converting-mcps-to-skills
Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.
letta-ai/letta-code 2,070
-
working-in-parallel
Guide for working in parallel with other agents. Use when another agent is already working in the same directory, or when you need to work on multiple features simultaneously. Covers git worktrees as the recommended approach.
letta-ai/letta-code 2,070
-
Migrating from Codex and Claude Code
Find and search historical conversation data from Claude Code and OpenAI Codex CLIs. Use when you need to understand a user's coding patterns, learn about a project from past sessions, or bootstrap agent memory from historical context.
letta-ai/letta-code 2,070
-
migrating-memory
Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one.
letta-ai/letta-code 2,070
-
creating-skills
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.
letta-ai/letta-code 2,070
-
initializing-memory
Comprehensive guide for initializing or reorganizing agent memory. Load this skill when running /init, when the user asks you to set up your memory, or when you need guidance on creating effective memory files.
letta-ai/letta-code 2,070