davila7/claude-code-templates

CLI tool for configuring and monitoring Claude Code

30kStars on the repository
61Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

owasp-security

01

davila7/claude-code-templates

Skill Claude CodeCodex

Comprehensive OWASP-aligned security guidance across six standards - Top 10 (2021) for web apps, ASVS 5.0, MASVS v2.1.0 for mobile, API Security Top 10 (2023), Kubernetes Top 10 (2022), and the Agentic Applications 2026 edition for AI/LLM. Use for security reviews, vulnerability audits, secure…

30k +27 yesterday B 131 tokens original MIT

agent-management

02

davila7/claude-code-templates

Skill Claude CodeCodex

Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent", "wake agent", "install plugin", "show agent", "restart agent", or any agent lifecycle management task.

30k +27 yesterday A 63 tokens original MIT

agent-messaging

03

davila7/claude-code-templates

Skill Claude CodeCodex

Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an agent", "check agent inbox", "message another agent", "reply to a message", "notify an agent", or any inter-agent communication task.

30k +27 yesterday A 64 tokens original MIT

docs-search

04

davila7/claude-code-templates

Skill Claude CodeCodex

Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs", "find documentation", "look up a function", "check the API", or before implementing changes to verify correct signatures and patterns.

30k +27 yesterday A 59 tokens original MIT

graph-query

05

davila7/claude-code-templates

Skill Claude CodeCodex

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before…

30k +27 yesterday A 62 tokens original MIT

memory-search

06

davila7/claude-code-templates

Skill Claude CodeCodex

Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we discuss", "remember when", "find previous conversation", "check history", or before starting work to recall prior decisions.

30k +27 yesterday A 57 tokens original MIT

planning

07

davila7/claude-code-templates

Skill Claude CodeCodex

Create and manage persistent markdown planning files for structured task execution. Use when the user asks to "create a plan", "track progress", "start a research project", or when a task requires more than 5 tool calls and needs structured phase tracking to stay focused and avoid goal drift.

30k +27 yesterday A 59 tokens original MIT

agent-evaluation

08

davila7/claude-code-templates

Skill Claude CodeCodex

Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.

30k +27 yesterday A 56 tokens original MIT

agent-manager-skill

09

davila7/claude-code-templates

Skill Claude CodeCodex

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.

30k +27 yesterday A 28 tokens original MIT

agent-memory-mcp

10

davila7/claude-code-templates

Skill Claude CodeCodex

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

30k +27 yesterday A 26 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

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…

30k +27 yesterday A 100 tokens original MIT

agent-tool-builder

12

davila7/claude-code-templates

Skill Claude CodeCodex

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that…

30k +27 yesterday A 101 tokens original MIT

autogpt-agents

13

davila7/claude-code-templates

Skill Claude CodeCodex

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

30k +27 yesterday A 39 tokens original MIT

crewai-multi-agent

14

davila7/claude-code-templates

Skill Claude CodeCodex

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…

30k +27 yesterday A 61 tokens original MIT

langchain

15

davila7/claude-code-templates

Skill Claude CodeCodex

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

30k +27 yesterday A 79 tokens original MIT

llamaindex

16

davila7/claude-code-templates

Skill Claude CodeCodex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

30k +27 yesterday A 70 tokens original MIT

ai-agents-architect

17

davila7/claude-code-templates

Skill Claude CodeCodex

Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool use, function calling.

30k +27 yesterday A 49 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.

30k +27 yesterday C 51 tokens original MIT

autonomous-agents

19

davila7/claude-code-templates

Skill Claude CodeCodex

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct…

30k +27 yesterday A 102 tokens original MIT

behavioral-modes

20

davila7/claude-code-templates

Skill Claude CodeCodex

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

30k +27 yesterday A 34 tokens original MIT

Claude Code Guide

21

davila7/claude-code-templates

Skill Claude CodeCodex

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

30k +27 yesterday B 35 tokens original MIT

computer-use-agents

22

davila7/claude-code-templates

Skill Claude CodeCodex

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use…

30k +27 yesterday A 88 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

30k +27 yesterday A 41 tokens original MIT