claude-dev-suite/claude-dev-suite
Instructions file
Instructions for claude-dev-suite/claude-dev-suite, covering dev-suite development guide, architecture, critical rules, do not and do.
claude-dev-suite/claude-dev-suite
Instructions file
Instructions for claude-dev-suite/claude-dev-suite, covering dev-suite development guide, architecture, critical rules, do not and do.
claude-dev-suite/claude-dev-suite
Command
Generate a pull request body for adding dev-suite to an awesome list.
claude-dev-suite/claude-dev-suite
Command
Draft an authentic community reply for GitHub issues, Reddit, HN, or dev.to discussions.
claude-dev-suite/claude-dev-suite
Command
Search and fetch documentation for a specific technology.
claude-dev-suite/claude-dev-suite
Command
Generate code components based on current stack configuration.
claude-dev-suite/claude-dev-suite
Command
Run health checks on dev-suite installation.
claude-dev-suite/claude-dev-suite
Command
Initialize dev-suite for a project using the web dashboard.
claude-dev-suite/claude-dev-suite
Command
Modify existing dev-suite configuration. Add or remove stacks, agents, or skills.
claude-dev-suite/claude-dev-suite
Command
Erase-and-replace reinstall of dev-suite components (transactional, with backup + rollback).
claude-dev-suite/claude-dev-suite
Command
Generate all promotional content for a new dev-suite release across every channel.
claude-dev-suite/claude-dev-suite
Command
Display current dev-suite configuration with enabled components.
claude-dev-suite/claude-dev-suite
Command
Synchronize dev-suite components (agents, skills, MCP servers, commands).
claude-dev-suite/claude-dev-suite
Command
Launch the Dev-Suite Configurator dashboard for the current project.
claude-dev-suite/claude-dev-suite
Command
Remove dev-suite components from a project. Only removes tracked components, preserves user content.
claude-dev-suite/claude-dev-suite
Command
Alias for /uninstall-dev-suite. Removes dev-suite components preserving user content.
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Skill "axe-core" from claude-dev-suite/claude-dev-suite, covering axe-core - quick reference, when not to use this skill, setup base, pattern essenziali and react devtools integration.
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
WCAG 2.2 Web Content Accessibility Guidelines. Covers conformance levels A/AA/AAA, success criteria, testing with axe-core, and common accessibility patterns. USE WHEN: user mentions "accessibility", "a11y", "WCAG", "screen reader", "ARIA", asks about "color contrast", "keyboard navigation", "accessible forms"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Anthropic Python SDK for Claude API integration. Covers messages API, streaming, tool use, vision, error handling, and best practices. Use when building Python applications that call the Claude API. USE WHEN: user mentions "anthropic", "claude api", "anthropic sdk", "anthropic.Anthropic()", "client.messages.create"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
LangChain framework for LLM application development. Covers chains, agents, tools, RAG pipelines, vector stores, memory, and LangChain Expression Language (LCEL). Python and TypeScript/JavaScript. USE WHEN: user mentions "langchain", "LLM chain", "AI agent", "LCEL", "retrieval chain", "LangChain tools", "LangSmith"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Retrieval-Augmented Generation architecture patterns. Chunking strategies, retrieval pipelines, re-ranking, hybrid search, evaluation, and production RAG system design. USE WHEN: user mentions "RAG", "retrieval augmented generation", "document Q&A", "knowledge base chatbot", "semantic search pipeline", "chunking…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Vector database integration for embeddings and similarity search. Pinecone, Weaviate, Qdrant, ChromaDB, pgvector. Index management, metadata filtering, hybrid search, and production optimization. USE WHEN: user mentions "vector database", "embeddings", "similarity search", "Pinecone", "Weaviate", "Qdrant", "ChromaDB"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Architecture of LLM agent systems: orchestration topologies (single agent, supervisor/sub-agents, pipelines, networks), memory/context strategy, the tool layer, and human-in-the-loop/control. Architect-level system design, not prompt wording. USE WHEN: designing agentic/LLM-agent systems, "agent orchestration"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Selecting accelerators for AI workloads: GPU vs TPU vs NPU vs FPGA vs CPU, and the metrics that actually decide it — memory capacity & bandwidth, TOPS/ FLOPS, interconnect, and cost/Watt. Architect-level hardware-fit reasoning. USE WHEN: choosing AI hardware/accelerators, "which GPU", "TPU vs GPU", "NPU", "FPGA"…
claude-dev-suite/claude-dev-suite
Skill Claude CodeCodex
Edge / on-device AI inference architecture: running models on MCUs, NPUs, mobile, and mini-PCs; quantization for edge, TOPS/memory/energy budgets, TinyML, and the latency case for on-device vs cloud. Architect-level. USE WHEN: designing on-device/edge AI, "edge inference", "on-device", "NPU", "TinyML", "quantization"…