{
  "markdown": "# Agent Skills\n\nA curated collection of specialized skills for AI coding agents. Each skill packages expert knowledge, production-ready scripts, document templates, and reference guides into a self-contained module that any compatible agent can load on demand.\n\n## What's Inside\n\n| Skill | Description | Category |\n|-------|-------------|----------|\n| [Agent Development](./agent-development) | Design and build AI agents with persistent memory, tool use, and multi-turn conversation | AI Agents |\n| [AngularJS Unit Testing](./angularjs-unit-test) | Jasmine and Jest testing for AngularJS controllers, services, filters, and directives | Testing |\n| [Ansible](./ansible) | Automate configuration management and application deployment with Ansible | DevOps |\n| [Argo CD](./argocd) | Deploy Kubernetes apps declaratively with Argo CD applications and projects | DevOps |\n| [Datadog](./datadog) | Query Datadog observability data — logs, metrics, monitors, dashboards, APM, and incidents | Observability |\n| [Docker](./docker) | Build, run, debug, and manage Docker containers, compose files, networking, and registries | DevOps |\n| [GitHub](./github) | GitHub operations via `gh` CLI — issues, PRs, CI runs, code review, and API queries | Developer Tools |\n| [GitHub CI](./github-ci) | Write and maintain GitHub Actions CI workflows, triggers, runners, and caching | CI/CD |\n| [Helm](./helm) | Package and deploy Kubernetes applications with Helm charts and releases | DevOps |\n| [kubectl](./kubectl) | Manage Kubernetes resources, contexts, and workloads with kubectl | DevOps |\n| [MCP Builder](./mcp-builder) | Create MCP (Model Context Protocol) servers for LLM tool integration | AI Agents |\n| [MedusaJS Developer](./medusajs-developer) | Medusa v2 modules, API routes, data models, workflows, and plugin development | E-commerce |\n| [Next.js Developer](./nextjs-developer) | App Router, Server Components, data fetching, routing, caching, and performance optimization | Web Framework |\n| [Pulumi](./pulumi) | Manage cloud infrastructure with Pulumi using general-purpose programming languages | IaC |\n| [Roblox Game Developer](./roblox-game-developer) | Luau scripting, game mechanics, UI/UX design, and monetization strategies | Game Development |\n| [Sentry](./sentry) | Inspect Sentry issues and events, summarize production errors, and pull health data | Observability |\n| [Supabase Developer](./supabase-developer) | PostgreSQL, authentication, Row Level Security, Storage, Edge Functions, and Realtime | Backend / BaaS |\n| [Terraform](./terraform) | Plan, apply, and manage infrastructure with Terraform and HCL configuration | IaC |\n\n## Skill Structure\n\nEvery skill follows the same convention so agents can discover and load them predictably:\n\n```\n<skill-name>/\n├── SKILL.md          # Skill definition and instructions\n├── scripts/          # Production-ready utility scripts\n├── templates/        # Document and code templates\n└── resources/        # Reference guides and deep-dive docs\n```\n\n- **SKILL.md** — The entry point. Contains the skill name, description, and procedural instructions the agent follows when the skill is activated.\n- **scripts/** — Copy-paste-ready code the agent can drop into a project.\n- **templates/** — Scaffolding for common project artifacts (design docs, test plans, etc.).\n- **resources/** — In-depth reference material the agent can consult when it needs deeper context.\n\n## Adding a New Skill\n\n1. Create a directory at the project root named in kebab-case (e.g. `stripe-developer`)\n2. Add a `SKILL.md` with frontmatter containing `name` and `description`\n3. Include `scripts/`, `templates/`, and `resources/` directories as needed\n4. Open a PR\n\n### SKILL.md Template\n\n```markdown\n---\nname: your-skill-name\ndescription: One-line description of what this skill provides\n---\n\n# Your Skill Name\n\n## Overview\nBrief description of the skill and what it covers.\n\n## Core Capabilities\n- Capability one\n- Capability two\n\n## Scripts\n- `scripts/example.ts` — What it does\n\n## Templates\n- `templates/example.md` — What it produces\n\n## Resources\n- `resources/reference.md` — Deep-dive reference material\n```\n\n## License\n\n[MIT](./LICENSE) — Dawson Blackhouse, 2026\n",
  "bytes": 4198,
  "sha": "2eba4a0792d62c8c90256d245d562034a75a24517519cd0cd6d2e9fa9273d259",
  "repo_slug": "greedychipmunk/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_greedychipmunk_agent_skills_roblox_game__86014ee2/readme"
}