agentic-coding
Curated rules, skills, and workflows for coding agents
All Skills in This Repository (23)
Pure Emerald Level Indicatorscode-simplification
Simplify code by removing excessive complexity and preserving behavior.
claude-agent-sdk
Guide Claude Agent SDK architecture and best practices for Python and TypeScript agents.
aws-strands-agents-agentcore
Guide AWS Strands Agents SDK and AgentCore deployments across Lambda, ECS/Fargate, and AgentCore Runtime.
youtube-wisdom
Extract insights, quotes, and takeaways from YouTube transcripts into Markdown files.
deepeval
Extract semantic metadata from Skill Units for RAG indexing.
writing-documentation-with-diataxis
Apply the Diataxis framework to identify and structure technical documentation types.
shell-scripting
Write defensive Bash scripts with ShellCheck compliance and safety patterns.
rust-engineer
Analyze Rust workspace and Cargo configuration for safety and performance constraints.
create-development-plan
Create structured development plans with phased milestones and success criteria.
extract-wisdom
Extract key insights, quotes, and actionable takeaways from web and local text sources.
ghostty-config
Edit Ghostty terminal configuration files with case-sensitive keys and include directives.
critical-thinking-logical-reasoning
Analyze written content for logical fallacies, hidden assumptions, and evidence quality.
Frequently Asked Questions
FAQPage SchemaHow to install agentic-coding?โผ
Run `npx skills add sammcj/agentic-coding --all -g -y` in your terminal to install all skills in this collection globally.
What does this repository contain?โผ
It bundles agent rules (CLAUDE.md), composable skills for debugging, code review, planning and delegation, plus custom agents, commands, and hooks for coding assistants.
Do these skills work outside Claude Code?โผ
Yes. Most skills and rules follow the portable SKILL.md standard and transfer reasonably well to other agentic coding tools like OpenCode, Cursor, or Cline.
How do I improve agent output quality with this?โผ
Adopt the global rules file for consistent behaviour, then load individual skills (systematic debugging, code review, development planning) only when the task calls for them to keep context lean.
Can I pick only some skills instead of everything?โผ
Yes. Each skill is self-contained under Skills/, so you can install or copy just the ones you need rather than the whole set.
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