{"id":49802289,"url":"https://github.com/janmarkuslanger/skills","last_synced_at":"2026-05-12T15:37:10.533Z","repository":{"id":353939723,"uuid":"1221428492","full_name":"janmarkuslanger/skills","owner":"janmarkuslanger","description":"Claude Code skills for software engineering.  ","archived":false,"fork":false,"pushed_at":"2026-05-05T19:11:06.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T21:14:00.552Z","etag":null,"topics":["claude-code","claude-skills"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janmarkuslanger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T07:31:45.000Z","updated_at":"2026-05-05T19:11:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/janmarkuslanger/skills","commit_stats":null,"previous_names":["janmarkuslanger/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/janmarkuslanger/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janmarkuslanger%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janmarkuslanger%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janmarkuslanger%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janmarkuslanger%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janmarkuslanger","download_url":"https://codeload.github.com/janmarkuslanger/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janmarkuslanger%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-skills"],"created_at":"2026-05-12T15:37:09.724Z","updated_at":"2026-05-12T15:37:10.517Z","avatar_url":"https://github.com/janmarkuslanger.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 janmarkuslanger/skills\n\nCustom skills for [Claude Code](https://claude.ai/code) — reusable instruction units that extend Claude's behavior for specific tasks.\n\nEach skill lives in its own directory with a `SKILL.md` file containing the instructions and metadata Claude uses to determine when and how to apply it.\n\n---\n\n## 📦 Installation\n\n### 1. Register the marketplace\n\n```\n/plugin marketplace add janmarkuslanger/skills\n```\n\nRegisters this collection under the marketplace name `janmarkuslanger-skills`.\n\n### 2. Install the plugin\n\n```\n/plugin install janmarkuslanger-skills\n```\n\n### 3. Use a skill\n\n```\n/create-architecture-docs\n```\n\nReplace `create-architecture-docs` with any skill name from the list below.\n\n\u003e **Note:** Requires Claude Code 2.1.119 or later. Update with `npm update -g @anthropic-ai/claude-code`.\n\n---\n\n## 🗂️ Available Skills\n\n| 🔧 Skill | 📝 Description |\n|----------|----------------|\n| [create-architecture-docs](./skills/create-architecture-docs) | Analyzes the project and generates `ARCHITECTURE.md` covering structure, components, data flow, tech stack, and design decisions |\n| [agent-handoff](./skills/agent-handoff) | Writes current agent state to `HANDOFF.md` — completed work, changed files, open tasks, and next steps — for seamless agent handover |\n| [create-agents-md](./skills/create-agents-md) | Analyzes the project and generates `AGENTS.md` — architecture, clean code rules, testing strategy, coupling, and conventions — so AI agents have clear guardrails |\n\n### Engineering Cycle\n\n| 🔧 Skill | 📝 Description |\n|----------|----------------|\n| [architecture-proposal](./skills/architecture-proposal) | Generates `SYSTEM_DESIGN.md` upfront — bounded contexts, layer strategy, architectural patterns, and quality attributes |\n| [design-proposal](./skills/design-proposal) | Generates `DESIGN.md` for a feature before implementation — components, interface contracts, coupling decisions, and test approach |\n| [adr](./skills/adr) | Creates an Architecture Decision Record at `docs/adr/NNNN-title.md` — context, alternatives considered, and consequences |\n| [coupling-review](./skills/coupling-review) | Generates `COUPLING_REVIEW.md` — maps all dependencies, distinguishes intentional from accidental coupling, and flags issues with file-level evidence |\n| [testability-review](./skills/testability-review) | Generates `TESTABILITY_REVIEW.md` — identifies hidden dependencies, missing seams, and untestable constructs with concrete fix recommendations |\n| [architecture-review](./skills/architecture-review) | Generates `ARCHITECTURE_REVIEW.md` — evaluates code across six dimensions: SRP, dependency direction, layer separation, interface quality, coupling, and testability |\n| [diff-commit](./skills/diff-commit) | Validates the current git diff for common issues (debug code, secrets, conflict markers, build artifacts) and generates a Conventional Commits title |\n\n---\n\n## 🏗️ Repository Structure\n\n```\nskills/\n├── .claude-plugin/\n│   └── marketplace.json        # Marketplace configuration\n├── skills/\n│   ├── architecture-proposal/  # Upfront system architecture\n│   ├── design-proposal/        # Feature-level design before coding\n│   ├── adr/                    # Architecture Decision Records\n│   ├── coupling-review/        # Coupling quality analysis\n│   ├── testability-review/     # Testability analysis\n│   ├── architecture-review/    # Full architecture review\n│   ├── create-architecture-docs/\n│   ├── create-agents-md/\n│   ├── diff-commit/\n│   └── agent-handoff/\n└── README.md\n```\n\n---\n\n## 📖 How Skills Work\n\nClaude Code loads each installed skill's `SKILL.md` at startup. The frontmatter (name, description) determines automatic activation; the body contains the instructions Claude executes.\n\nSkills may include supporting files: `references/` for detailed documentation, `scripts/` for executable code.\n\n---\n\n## 🤝 References\n\n- [Claude Code Docs — Skills](https://docs.anthropic.com/en/docs/claude-code/skills)\n- [Agent Skills Standard](https://agentskills.io)\n- [anthropics/skills](https://github.com/anthropics/skills) — Official skills by Anthropic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanmarkuslanger%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanmarkuslanger%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanmarkuslanger%2Fskills/lists"}