claude-code-toolkit
Structured coding workflows, memory persistence, and quality automation
All Skills in This Repository (11)
Pure Emerald Level Indicatorsshared-setup-patterns
Consolidate security hooks, framework templates, and auto-detection into project setup scaffolding.
project-setup
Scaffold Claude Code project infrastructure with .claude directories and CLAUDE.md templates.
plain-language
Rewrite content in plain language for general audiences.
pyramid-principle
Organize documents into top-down pyramid structures with conclusions stated first.
scqa-framework
Apply the SCQA framework to structure complex topics in Markdown.
rag-implementation
Design and implement Retrieval-Augmented Generation pipelines with vector stores, chunking, and hybrid search.
llm-evaluation
Evaluate LLM applications with automated metrics and LLM-as-judge scoring.
huggingface-transformers
Load, tokenize, fine-tune, and deploy Hugging Face Transformers models in Python.
api-authentication
Implement JWT, OAuth 2.0, API key, and session-based authentication patterns.
sql-optimization
Diagnose slow SQL queries by analyzing execution plans and recommending indexing strategies.
docker-optimization
Optimize Docker images with multi-stage builds, layer caching, and security hardening.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-toolkit?โผ
Run `npx skills add applied-artificial-intelligence/claude-code-toolkit --all -g -y` in your terminal to install all skills globally.
What does claude-code-toolkit do?โผ
It provides 28 commands, 5 specialized agents, and domain skills that add structured workflows, persistent memory, and quality automation to your coding sessions.
How does it preserve context between sessions?โผ
It uses file-based memory, handoff and continue commands, and state tracking in JSON and Markdown so work can resume after any interruption.
Is claude-code-toolkit still maintained?โผ
No, the repository is archived for reference. The authors recommend the successor project coding-agent-toolkit, which supports multiple coding agents.
Can non-developers use this toolkit?โผ
It is aimed at developers, but once installed your coding agent runs the workflows from plain-English requests without manual configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core