{
  "markdown": "# Claude Code Skills\n\nA collection of 55+ custom Claude Code skills for Python development, DevOps, infrastructure automation, and productivity.\n\n## Overview\n\nThis repository contains modular skills that extend Claude's capabilities with specialized knowledge, workflows, and tools. Each skill is designed following Anthropic's best practices for progressive disclosure and token efficiency.\n\n## Skills\n\n### Authentication & Secrets (3)\n\n| Skill | Description |\n|-------|-------------|\n| `1password` | 1Password secrets management - CLI operations, service accounts, and Kubernetes integration |\n| `azure-ad-sso` | Azure AD OAuth2/OIDC SSO integration for Kubernetes applications |\n| `keyvault-csi-driver` | Azure Key Vault + CSI Driver integration for Kubernetes secrets management |\n\n### Azure & Cloud (6)\n\n| Skill | Description |\n|-------|-------------|\n| `az-aks-agent` | Azure AKS Agentic CLI - AI-powered troubleshooting and insights for AKS |\n| `azure-devops` | Comprehensive Azure DevOps REST API for work items, pipelines, repos, and more |\n| `azure-devops-wiki` | Azure DevOps Wiki management and automation |\n| `using-cloud-cli` | AWS & GCP CLI usage patterns and best practices |\n\n### Container & Orchestration (7)\n\n| Skill | Description |\n|-------|-------------|\n| `knative` | Knative serverless platform for Kubernetes |\n| `argocd` | ArgoCD API and CLI for GitOps automation |\n| `gitops-principles` | GitOps fundamentals and best practices |\n| `opentelemetry` | OpenTelemetry instrumentation and observability |\n\n### DNS & Networking (2)\n\n| Skill | Description |\n|-------|-------------|\n| `cloudflare-dns` | Cloudflare DNS management with Azure integration |\n| `external-dns` | External-DNS configuration across Azure DNS, Route53, Cloudflare, and GCP |\n\n### Developer Tools (5)\n\n| Skill | Description |\n|-------|-------------|\n| `neovim` | Comprehensive Neovim configuration guide (82+ plugins) |\n| `iterm2` | iTerm2 terminal emulator and tmux multiplexer expertise |\n| `shell-prompt` | Shell prompt configuration and customization |\n| `direnv` | direnv for directory-specific environment variables |\n| `git-worktree` | Git worktrees for parallel development |\n\n### Git & Version Control (2)\n\n| Skill | Description |\n|-------|-------------|\n| `git` | Comprehensive Git workflows with 13 workflow definitions |\n| `using-git-worktrees` | Git worktree workflow automation |\n\n### Infrastructure & DevOps (4)\n\n| Skill | Description |\n|-------|-------------|\n| `managing-infra` | Infrastructure patterns for Kubernetes, Terraform, Helm, and GitHub Actions |\n| `defectdojo` | DefectDojo security vulnerability management |\n| `github-pages` | GitHub Pages deployment with 6 workflow templates |\n| `mkdocs` | MkDocs documentation site generation |\n\n### Monitoring & Observability (7)\n\n| Skill | Description |\n|-------|-------------|\n| `prometheus` | Prometheus HTTP API queries and PromQL |\n| `grafana` | Grafana HTTP API for dashboards, alerts, and data sources |\n| `loki` | Grafana Loki log aggregation and LogQL queries |\n| `mimir` | Grafana Mimir for long-term Prometheus metrics storage |\n| `tempo` | Grafana Tempo distributed tracing |\n| `pyroscope` | Continuous profiling with Pyroscope |\n| `holmesgpt` | AI-powered monitoring insights |\n\n### Obsidian & Knowledge Management (4)\n\n| Skill | Description |\n|-------|-------------|\n| `obsidian` | Obsidian vault management fundamentals |\n| `obsidian-vault-management` | Advanced vault features with dataview queries |\n| `obsidian-nvim` | Obsidian + Neovim integration |\n| `obsidian-claude-integration` | Second brain patterns and templates |\n\n### Programming Languages & Frameworks (6)\n\n| Skill | Description |\n|-------|-------------|\n| `writing-python` | Idiomatic Python 3.14+ development patterns |\n| `writing-go` | Go development best practices |\n| `writing-typescript` | TypeScript & React patterns |\n| `uv` | uv package manager (10-100x faster than pip) |\n| `playwright` | Browser automation with Playwright |\n\n### Utilities & AI (7)\n\n| Skill | Description |\n|-------|-------------|\n| `repomix` | Pack codebases into AI-friendly files |\n| `markitdown` | Document conversion to markdown |\n| `looking-up-docs` | Library documentation lookup via Context7 |\n| `researching-web` | Web research patterns |\n| `consulting-design` | Consult Gemini AI for architecture alternatives |\n| `reviewing-code` | Code review with Codex AI |\n| `zsh-path` | Zsh PATH management |\n\n### System Monitoring (1)\n\n| Skill | Description |\n|-------|-------------|\n| `zabbix-api` | Zabbix monitoring system automation via API and Python |\n\n## Repository Structure\n\n```\nclaude-code-skills/\n├── README.md                      # This file\n├── LICENSE                        # MIT License\n├── .gitignore\n├── docs/\n│   └── references.md              # Research and reference links\n├── scripts/\n│   └── install-skills.sh          # Symlink skills to ~/.claude/skills/\n├── templates/\n│   └── skill-template/            # Template for creating new skills\n│       ├── SKILL.md\n│       ├── scripts/.gitkeep\n│       ├── references/.gitkeep\n│       └── assets/.gitkeep\n└── skills/                        # 55 skill implementations\n    ├── 1password-skill/\n    │   ├── SKILL.md               # Main skill definition\n    │   ├── references/            # 2 reference docs\n    │   └── scripts/               # 3 shell scripts\n    ├── argocd-skill/\n    │   ├── SKILL.md\n    │   ├── references/            # 2 reference docs\n    │   └── scripts/               # 1 shell script\n    ├── grafana-skill/\n    │   ├── SKILL.md\n    │   ├── references/            # 7 reference docs\n    │   └── scripts/               # 1 Python script\n    ├── ... (52 more skills)\n    └── zsh-path-skill/\n        └── SKILL.md\n```\n\n### Skill Structure Patterns\n\nEach skill follows a consistent structure:\n\n| Directory | Purpose |\n|-----------|---------|\n| `SKILL.md` | Main skill definition with YAML frontmatter |\n| `references/` | Reference documentation loaded on-demand |\n| `scripts/` | Executable Python/Bash/Zsh scripts |\n| `templates/` | Workflow/configuration templates |\n| `samples/` | YAML configuration examples |\n| `workflows/` | Workflow definitions |\n| `assets/` | Images, fonts, and other resources |\n\n## Installation\n\n### Claude Code (Project-level)\n```bash\n# Clone to your project's .claude/skills directory\ngit clone https://github.com/YOUR_USERNAME/claude-code-skills.git .claude/skills\n```\n\n### Claude Code (User-level)\n```bash\n# Clone to your personal skills directory\ngit clone https://github.com/YOUR_USERNAME/claude-code-skills.git ~/.claude/skills\n```\n\n### Using the Install Script\n```bash\n# Run the install script to symlink individual skills\n./scripts/install-skills.sh\n```\n\n### Claude.ai Desktop\nUpload individual `.skill` packages via Settings > Skills.\n\n## Skill Development\n\n### Creating a New Skill\n\n1. Copy the template:\n   ```bash\n   cp -r templates/skill-template skills/your-skill-name\n   ```\n\n2. Edit `SKILL.md` with:\n   - YAML frontmatter (`name`, `description`)\n   - Markdown instructions\n\n3. Add supporting resources:\n   - `scripts/` - Executable Python/Bash scripts\n   - `references/` - Documentation loaded on-demand\n   - `assets/` - Templates, images, fonts\n\n### Best Practices\n\n- **Be concise**: Claude is smart; only add what it doesn't know\n- **Progressive disclosure**: Keep SKILL.md under 500 lines\n- **Clear triggers**: Description should explain WHEN to use the skill\n- **Test scripts**: Verify all scripts work before committing\n\n## Tech Stack Preferences\n\nThis repository's skills are optimized for:\n\n- **Package Manager**: [uv](https://github.com/astral-sh/uv) (10-100x faster than pip)\n- **Web Framework**: [Flask](https://flask.palletsprojects.com/) (lightweight WSGI)\n- **Infrastructure**: Azure AKS, Kubernetes\n- **Code Quality**: ruff, mypy, pytest\n- **GitOps**: ArgoCD, Kargo, External-DNS\n- **Observability**: Prometheus, Grafana, Loki, Tempo\n\n## Statistics\n\n| Metric | Count |\n|--------|-------|\n| Total Skills | 55 |\n| Reference Docs | 200+ |\n| Python Scripts | ~25 |\n| Shell Scripts | ~20 |\n\n## References\n\nSee [docs/references.md](docs/references.md) for curated links to:\n- Official Claude Code documentation\n- Skill authoring best practices\n- Python project templates\n- Community skills and resources\n\n## License\n\nMIT License - See [LICENSE](LICENSE) for details.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b skill/new-skill-name`)\n3. Follow the skill template structure\n4. Test your skill thoroughly\n5. Submit a Pull Request\n\n---\n\n*Built for use with [Claude Code](https://claude.ai/code) by Anthropic*\n",
  "bytes": 8604,
  "sha": "9a642b0dedc20d0e6e2a8c4efb4b1ba442491d3684504d741418c7e3d1831502",
  "repo_slug": "julianobarbosa/claude-code-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_julianobarbosa_claude_code_skills_markit_6e5f9029/readme"
}