{
  "markdown": "# Skills For A Real Business using AI and Real Engineers\n\n> A collection of composable AI agent skills for business and engineering — ready to drop into Claude, GitHub Copilot, Codex, Gemini, or any agent that reads instruction files.\n\n[![skills.sh](https://skills.sh/b/mdiener21/skills)](https://skills.sh/mdiener21/skills)\n![Version](https://img.shields.io/badge/version-1.0.0-blue)\n![License](https://img.shields.io/badge/license-MIT-lightgrey)\n\nMy agent skills that I use every day to run my real business and do real engineering.\n\nRunning a solo business and developing real applications is hard. You know your process — so define it with an SOP and let your agent follow it. These skills are small, easy to adapt, and composable. They work with any model and are grounded in decades of engineering experience.\n\n## Table of Contents\n- [Overview](#overview)\n- [Skills](#skills)\n- [Architecture & Modules](#architecture--modules)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Deployment](#deployment)\n- [Other Skill Collections](#other-skill-collections)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nThis repository hosts reusable, composable **skills** — structured instruction files that extend AI coding agents with domain-specific knowledge and workflows. Each skill follows a consistent convention and is invoked automatically when a user's request falls within its domain.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| [sop](sop/SKILL.md) | Write, create, update, maintain, and audit Standard Operating Procedures (SOPs) for humans or AI agents. |\n| [write-changelog-readme](write-changelog-readme/SKILL.md) | Creates and updates CHANGELOG and README using standard Keep-a-Changelog and readme templates. |\n<!-- AI UPDATE HOOK: Add new skills above this line -->\n\n## Architecture & Modules\n\nEach skill lives in its own top-level directory and follows this structure:\n\n```\nmy-skill/\n├── SKILL.md          # Entrypoint: trigger phrases, workflow, and instructions for the agent\n├── assets/           # Templates, boilerplate, or static files the skill uses\n└── references/       # Supporting documentation or format guides\n```\n\nSkills are registered in `.claude-plugin/plugin.json` for Claude Code discovery and listed in `AGENTS.md` / `GEMINI.md` for cross-agent compatibility.\n\n## Installation\n\nInstall via the skills.sh CLI — takes about 30 seconds:\n\n```bash\nnpx skills@latest add mdiener21/skills\n```\n\nOr clone manually and point your agent's instructions file at the skill's `SKILL.md`.\n\n## Configuration\n\nNo environment variables or system configuration required. Skills are plain instruction files — no build step, no runtime dependencies.\n\n## Usage\n\n**Referencing a skill in your agent configuration:**\n\n```markdown\n- **sop** (`path/to/skills/sop/SKILL.md`) — SOPs for humans and AI agents. Trigger: `/sop`\n```\n\n**Invoking a skill at runtime:**\n\nEach skill's `SKILL.md` documents its trigger phrases and workflow. For example:\n\n- `sop` activates on `/sop`, `\"write an SOP for...\"`, or `\"document this process\"`\n- `write-changelog-readme` activates on requests to write, update, or refactor `CHANGELOG.md` or `README.md`\n\n## Deployment\n\nSkills are distributed via [skills.sh](https://skills.sh). Push to `main` and the installer picks up the latest version automatically — no build or publish step needed.\n\n## Other Skill Collections\n\nThe following collections I personally recommend and use:\n\n| Skill Collection | Author | Description |\n|------------------|--------|-------------|\n| Real Engineering Skills | [Matt Pocock](https://github.com/mattpocock/skills/tree/main/skills) | Multiple skills for TypeScript and engineering workflows |\n| Superpowers for Engineers | [Jesse Vincent](https://github.com/obra/superpowers/tree/main/skills) | Multiple skills for developer productivity |\n\n## Contributing\n\n1. Fork the repository and create a feature branch.\n2. Add your skill under a new top-level directory (e.g., `my-skill/`).\n3. Include a `SKILL.md` with a YAML frontmatter block (`name`, `description`) and a clear workflow section.\n4. Add an `assets/` directory for templates and a `references/` directory for supporting docs if needed.\n5. Register the skill in `.claude-plugin/plugin.json` and update the [Skills](#skills) table above.\n6. Open a pull request.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 4387,
  "sha": "ca1a1d01a8c8f0351e50287d3d3f20c24960478fcd49290de575768617998e9d",
  "repo_slug": "mdiener21/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mdiener21_skills_sop_standard_operating__58101c5c/readme"
}