{"id":50421749,"url":"https://github.com/tninja/agile-development-skills","last_synced_at":"2026-05-31T08:30:51.040Z","repository":{"id":359822687,"uuid":"1247151886","full_name":"tninja/agile-development-skills","owner":"tninja","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-30T23:06:02.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T01:08:19.608Z","etag":null,"topics":["agile-development","skills"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tninja.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-05-23T00:50:09.000Z","updated_at":"2026-05-30T23:06:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tninja/agile-development-skills","commit_stats":null,"previous_names":["tninja/agile-development-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tninja/agile-development-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tninja%2Fagile-development-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tninja%2Fagile-development-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tninja%2Fagile-development-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tninja%2Fagile-development-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tninja","download_url":"https://codeload.github.com/tninja/agile-development-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tninja%2Fagile-development-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33725060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agile-development","skills"],"created_at":"2026-05-31T08:30:50.965Z","updated_at":"2026-05-31T08:30:51.027Z","avatar_url":"https://github.com/tninja.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# agile development agent skills\n\nPortable AI coding agent skills for agile engineering practices: **refactoring**, **TDD**, **code review / PR workflows**, **legacy-code change techniques**, and **DDD documentation**.\n\nThese skills are extracted from [ai-code-interface.el](https://github.com/tninja/ai-code-interface.el) and `aider-legacy-code.el`, then adapted for AI coding CLIs and agents such as Claude Code, Codex CLI, Gemini CLI, GitHub Copilot CLI, and similar tools — no Emacs required.\n\n[Agile development](https://en.wikipedia.org/wiki/Agile_software_development) is an iterative approach to building software that emphasizes short feedback loops, working software, collaboration, and the ability to respond to change. Core practices commonly include [test-driven development](https://en.wikipedia.org/wiki/Test-driven_development), [continuous refactoring](https://en.wikipedia.org/wiki/Code_refactoring), [frequent code review](https://en.wikipedia.org/wiki/Code_review), [incremental delivery](https://en.wikipedia.org/wiki/Iterative_and_incremental_development), and close coordination between developers and stakeholders.\n\n## Skills\n\n| Skill | Trigger | Description |\n|-------|---------|-------------|\n| [refactoring](skills/refactoring.md) | `/refactoring` | 60+ refactoring techniques from Martin Fowler's catalog with parameterized instructions |\n| [tdd](skills/tdd.md) | `/tdd` | Red-Green-Blue TDD cycle with strict stage separation and test-pattern detection |\n| [code-review](skills/code-review.md) | `/code-review` | PR review, creation, issue investigation, CI check analysis, merge conflict resolution |\n| [legacy-code](skills/legacy-code.md) | `/legacy-code` | Working Effectively with Legacy Code techniques for characterization tests, seams, dependency breaking, Sprout, Wrap, and Extract and Override workflows |\n| [derive-ddd-document](skills/derive-ddd-document.md) | `/derive-ddd-document` | Derive a Domain-Driven Design document from code, tests, schemas, APIs, and other project context |\n| [follow-up-suggestions](skills/follow-up-suggestions.md) | `/follow-up-suggestions` | Auto suggest AI-actionable follow-up questions/tasks, allowing user to trigger them by number |\n\n## Installation\n\nIn your coding agent CLI session, just ask it to install skills with following prompt\n\nPlease read the README of https://github.com/tninja/agile-development-skills and install/setup the skills described there for \"Your Coding Agent\". Follow the installation instructions in the README.\n\nYou Coding Agent could be: Claude Code, Codex CLI, Github Copilot CLI, Gemini CLI, etc\n\n## Uninstall\n\nIn your coding agent CLI session, just ask it to uninstall it\n\nPlease read the README of https://github.com/tninja/agile-development-skills and uninstall/remove the skills described there for \"Your Coding Agent\". Follow the repository instructions to remove any installed skill files and cleanup related configuration.\n\n## Data Files\n\n- `data/refactoring-catalog.json` — Structured catalog of 60+ refactoring techniques with names, scopes, descriptions, and parameter definitions. Referenced by the refactoring skill.\n\n## Usage Examples\n\n### Refactoring\n\n```\n/refactoring\n\u003e Select: Extract Method\n\u003e Method name: calculateTotalPrice\n```\n\nOr let the AI suggest:\n```\n/refactoring\n\u003e Select: Suggest Refactoring Strategy\n\u003e Goal: Reduce complexity\n```\n\n### TDD\n\n```\n/tdd\n\u003e Select stage: Red + Green + Blue (One prompt)\n\u003e Feature: Add validation for email format in UserService\n```\n\n### Code Review\n\n```\n/code-review\n\u003e Mode: Review the PR\n\u003e URL: https://github.com/org/repo/pull/123\n```\n\nOr create a PR:\n```\n/code-review\n\u003e Mode: Send PR for current branch\n\u003e Target: main\n```\n\n### Legacy Code\n\n```\n/legacy-code\n\u003e Goal: Add behavior safely to this hard-to-test module\n\u003e Technique: Analyze Change Points, then Generate Characterization Tests\n```\n\n### Derive DDD Document\n\n```\n/derive-ddd-document\n\u003e Target file: docs/domain-driven-design.md\n\u003e Context: Derive the document from the current codebase, tests, schemas, and APIs\n```\n\n### Follow Up Suggestions\n\n```\n/follow-up-suggestions\n\u003e This will enable auto-suggestion of next steps. Just reply with 1, 2, 3, etc. to trigger a suggestion.\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftninja%2Fagile-development-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftninja%2Fagile-development-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftninja%2Fagile-development-skills/lists"}