
antinomyhq/forgecode
3 skills4 installs22.4k starsGitHub
Install
npx skills add https://github.com/antinomyhq/forgecodeSkills in this repo
1Create PlanCreate-plan generates detailed implementation plans for complex tasks as Markdown files with objectives, checkbox-format tasks, verification criteria, risk mitigations, and alternative approaches. A developer uses it for pre-implementation analysis before breaking a feature into steps. It is strictly planning-focused and validates every plan with a bundled script.2installs2Github Pr DescriptionGithub-pr-description generates a pull request description automatically using the GitHub CLI. It reads the current branch's git diff and commit history, classifies the change type, and writes a structured description covering what changed, why it matters, and how to test it, then opens the PR. A developer uses it when submitting changes for review.1installs3Resolve ConflictsResolve-conflicts provides a structured framework for resolving Git merge conflicts by combining changes from both branches while preserving intent. It categorizes conflicts (imports, tests, lock files, config, deleted-modified), builds a resolution plan for approval, then executes and validates with tests. A developer invokes it when merge conflicts need resolving.1installs