agentica-sdk
01Skill Claude CodeCodex
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration.
82 tagged claude code cli, measured the same way as everything else here.
Browse within: claude-code-skills 31claude-code-hooks 27claude-code-mcp 26agentic-coding 20ai-agents-framework 18ai-developer-tools 18claude-code-marketplace 9
Skill Claude CodeCodex
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration.
Skill Claude CodeCodex
Claude Code CLI commands, flags, headless mode, and automation patterns.
Skill Claude CodeCodex
Create handoff document for transferring work to another session.
mikeyobrien/ralph-orchestrator
Skill Claude CodeCodex
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.
mikeyobrien/ralph-orchestrator
Skill Claude CodeCodex
Use when testing Ralph's hat collection presets, validating preset configurations, or auditing the preset library for bugs and UX issues.
mikeyobrien/ralph-orchestrator
Skill Claude CodeCodex
Validates Terminal User Interface (TUI) output using freeze for screenshot capture and LLM-as-judge for semantic validation. Supports both visual (PNG/SVG) and text-based validation modes.
Skill Claude CodeCodex
Use when bridging GitHub and Lanes — importing GitHub issues into Lanes for local Claude Code execution, batch-spawning sessions per ticket, decomposing one GitHub issue into multiple Lanes sub-issues with dependencies, or posting session results (PR links, comments, follow-up issues) back to GitHub. Triggers on…
Skill Claude CodeCodex
Use when managing Lanes issues or driving Claude Code sessions through the lanes MCP tools — creating issues, starting/stopping/inspecting sessions, batch-launching work across worktrees, reading terminal output, attaching labels and components by UUID, or moving issues across the backlog/todo/in-progress/done…
Skill Claude CodeCodex
Use when bridging Linear and Lanes — importing Linear issues into Lanes for local Claude Code execution, batch-spawning sessions per Linear ticket, decomposing one Linear issue into multiple Lanes sub-issues with dependencies, or posting session results (PR links, comments, status updates) back to Linear. Triggers on…
ychampion/claude-self-learning
Skill Claude CodeCodex
Autonomously research any technology, library, framework, or API. Discovers official documentation, extracts key information from authoritative sources, verifies across multiple pages, and generates a reusable Claude skill (SKILL.md) with installation, examples, and best practices.
Skill Claude CodeCodex
ShipIt server/orchestrator architecture: buildApp(), HTTP API routes, services layer, WebSocket handler dispatch, SSE broadcasts, dependency injection, state scopes, manager initialization, type system. Load when working on orchestrator code, routes, services, or WebSocket handlers.
Skill Claude CodeCodex
ShipIt Docker container and session runner architecture: ContainerSessionRunner, SessionRunnerRegistry, container creation/destruction, health monitoring, idle container disposal, reconnection after disposal, graceful shutdown. Load when working on containers, runners, idle cleanup, or container debugging.
Skill Claude CodeCodex
ShipIt session lifecycle: session types (standalone, repo-backed, warm), creation paths, warm session pool mechanics, session activation flow, session switching. Load when working on session creation, warm pool, or activation logic.
Skill Claude CodeCodex
Start the agent chatroom for real-time coordination between parallel agents. Use when spawning multiple agents that need to communicate or when you want to monitor agent activity.
Skill Claude CodeCodex
This skill should be used when generating AI image assets for websites, landing pages, or applications. It automatically analyzes page requirements, generates images using Gemini API, removes backgrounds, converts to SVG for interactivity, and places assets in frontend code. Ideal for creating hero images, icons…
Skill Claude CodeCodex
This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or CI/CD pipelines. Use this skill when users…
Senavictors/bootstrap-agent-architecture-plugin
Skill Claude CodeCodex
Adiciona um papel especializado (agente) novo a um projeto que já usa a arquitetura bootstrap-agent-architecture, replicando o mesmo conteúdo para .claude/agents, .cursor/rules e .codex/agents — só para as ferramentas que o projeto já usa. Use quando o usuário pedir "cria um papel para X", "preciso de um especialista…
Senavictors/bootstrap-agent-architecture-plugin
Skill Claude CodeCodex
Roda uma auditoria local do projeto bootstrapado por bootstrap-agent-architecture — teste de sanidade contra a Constituição, compliance de formato entre os três adaptadores, guardrail anti-vazamento de segredos, e regeneração do índice de ADRs. Use antes de um commit, antes de um handoff, ou quando o usuário pedir…
Senavictors/bootstrap-agent-architecture-plugin
Skill Claude CodeCodex
Instala (opcionalmente) um hook de git pre-commit real que bloqueia commits com padrões comuns de segredo (chave AWS, chave privada, api key/secret/token/password atribuídos) — a versão sistêmica do guardrail anti-vazamento de bootstrap-audit, que só cobre ações executadas pelo próprio agente. Use quando o usuário…
Skill Claude CodeCodex
Design, create, and manage Harmonica deliberation sessions. Use when the user wants to set up a structured async conversation, run a retrospective / brainstorming / SWOT / risk-assessment session, check or review an existing session's responses, get its summary, edit its metadata, or design a follow-up. Subcommands…
Skill Claude CodeCodex
Use when a new source document has been added to a KB's raw/ folder and needs to be filed into the wiki — read the source, write its summary page, create or update concept and entity pages, update the index and log, and lint.
Skill Claude CodeCodex
Use to create a new llmkb knowledge base for a project — scaffold it with llmkb init, then interview the user briefly to tailor SCHEMA.md to the project's domain and conventions.
Skill Claude CodeCodex
Use to health-check an llmkb knowledge base — run llmkb lint and fix what it reports, then do the judgment-level checks code cannot: contradictions between pages, stale claims superseded by newer sources, and missing concept pages.