sammcjsammcjCommunityยท23 Agent Skills Included

agentic-coding

Curated rules, skills, and workflows for coding agents

Provides a battle-tested set of coding agent rules, composable skills, and workflow templates covering debugging, code review, planning, delegation, and documentation. Eliminates vague agent behaviour, bloated context, and inconsistent output by encoding proven conventions once and reusing them across sessions. Helps developers get reliable, high-quality results from coding agents with less prompting effort and fewer failed runs.
npx skills add sammcj/agentic-coding --all -g -y
Available:

Gives the coding agent global operating rules covering writing style, code quality, security, testing, and tool usage that apply across every task in this collection.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
sammcjsammcj

code-simplification

Simplify code by removing excessive complexity and preserving behavior.

Community
Basic
๐Ÿ“ฆ In Repo
sammcjsammcj

claude-agent-sdk

Guide Claude Agent SDK architecture and best practices for Python and TypeScript agents.

Community
Intermediate
๐Ÿ“ฆ In Repo
sammcjsammcj

aws-strands-agents-agentcore

Guide AWS Strands Agents SDK and AgentCore deployments across Lambda, ECS/Fargate, and AgentCore Runtime.

Community
Advanced
๐Ÿ“ฆ In Repo
sammcjsammcj

youtube-wisdom

Extract insights, quotes, and takeaways from YouTube transcripts into Markdown files.

Community
Intermediate
๐Ÿ“ฆ In Repo
sammcjsammcj

deepeval

Extract semantic metadata from Skill Units for RAG indexing.

Community
Intermediate
๐Ÿ“ฆ In Repo
sammcjsammcj

writing-documentation-with-diataxis

Apply the Diataxis framework to identify and structure technical documentation types.

Community
Basic
๐Ÿ“ฆ In Repo
sammcjsammcj

shell-scripting

Write defensive Bash scripts with ShellCheck compliance and safety patterns.

Community
Basic
๐Ÿ“ฆ In Repo
sammcjsammcj

rust-engineer

Analyze Rust workspace and Cargo configuration for safety and performance constraints.

Community
Advanced
๐Ÿ“ฆ In Repo
sammcjsammcj

create-development-plan

Create structured development plans with phased milestones and success criteria.

Community
Intermediate
๐Ÿ“ฆ In Repo
sammcjsammcj

extract-wisdom

Extract key insights, quotes, and actionable takeaways from web and local text sources.

Community
Basic
๐Ÿ“ฆ In Repo
sammcjsammcj

ghostty-config

Edit Ghostty terminal configuration files with case-sensitive keys and include directives.

Community
Intermediate
๐Ÿ“ฆ In Repo
sammcjsammcj

critical-thinking-logical-reasoning

Analyze written content for logical fallacies, hidden assumptions, and evidence quality.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’