By chogos
Claude Code skills for infrastructure, languages, and development best practices.
Backend service development best practices. Use when designing, building, or reviewing backend services, REST APIs, gRPC services, microservices, webhooks, message queues, or server-side applications regardless of language or framework.
Frontend application development best practices. Use when building, modifying, or reviewing frontend applications, React components, UI components, client-side JavaScript/TypeScript, CSS/styling, single-page applications, or web application architecture.
Helm chart development best practices. Use when creating, modifying, or reviewing Helm charts, templates, values files, Chart.yaml, or any Kubernetes resource templates under a helm/ directory.
Kubernetes operator management best practices. Use when deploying, configuring, upgrading, or troubleshooting Kubernetes operators including Strimzi (Kafka), Keycloak, kube-prometheus-stack (Prometheus, Grafana, Alertmanager), cert-manager, or external-dns.
AWS infrastructure best practices. Use when creating, modifying, or reviewing CloudFormation templates, CDK stacks, IAM policies, Lambda functions, ECS task definitions, VPC configurations, or any AWS resource definitions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code skills for infrastructure, languages, and development best practices.
# Add the marketplace
claude plugin marketplace add Chogos/claude-skills
# Install the plugin
claude plugin install chogos@chogos-skills
# Update to latest
claude plugin marketplace update chogos-skills
claude plugin update chogos@chogos-skills
Once installed, skills are available as slash commands:
/writing-python
/developing-backend-services
| Skill | Description |
|---|---|
developing-backend-services | API design, database patterns, observability, 12-factor |
developing-frontend-apps | Component architecture, performance, accessibility |
developing-helm-charts | Helm chart conventions, security, values design |
managing-k8s-operators | K8s operators: Strimzi, Keycloak, Prometheus, certs |
writing-aws-infrastructure | IAM, CloudFormation/CDK, VPC, Lambda, ECS, cost |
writing-dockerfiles | Dockerfile conventions, multi-stage builds, security |
writing-golang | Go project layout, error handling, concurrency, testing |
writing-python | Python project structure, type hints, pytest, async |
writing-rego-policies | OPA/Rego policy rules, testing, Kubernetes admission |
writing-rust | Rust ownership, error handling, async, traits, testing |
writing-shell-scripts | Bash scripting, CLI tools, deployment scripts |
writing-postgres | Schema design, queries, migrations — PostgreSQL |
writing-sqlite | Schema design, queries, migrations — SQLite |
Each skill uses progressive disclosure — SKILL.md is the overview loaded on trigger, with deeper reference files loaded only when needed:
skills/
└── <skill>/
├── SKILL.md # Overview + conventions (loaded on trigger)
├── patterns/ # Full examples by use case (loaded on demand)
│ ├── <pattern>.md
│ └── ...
└── <reference>.md # Cheatsheets, matrices (loaded on demand)
Skill directories use gerund form: <verb>ing-<noun> (e.g., developing-helm-charts).
Full reference: Skill authoring best practices — Claude API Docs
patterns/*.md): 100–250 lines each. Full examples organized by use case.*.md at skill root): Cheatsheets, matrices, lookup tables.name: Lowercase letters, numbers, hyphens only. Max 64 chars. Gerund form preferred (writing-python, developing-helm-charts).description: Max 1024 chars. Third person. Include both what the skill does and when to use it. Be specific — Claude uses this to pick the right skill from 100+ candidates.<details> for deprecated approaches.npx claudepluginhub chogos/claude-skills --plugin chogosComplete developer toolkit for Claude Code
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Skills for Docker-based local development environment configuration.
Auto-discovery plugin for Claude Code skills - automatically recommends and installs relevant capabilities without users needing to know about skills
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Meta-plugin that installs all skills from all plugins in the marketplace