
aglebionek/agentic-coding-repo
2 skills2 installsGitHub
Install
npx skills add https://github.com/aglebionek/agentic-coding-repoSkills in this repo
1Create Gh Issuecreate-gh-issue opens GitHub issues from the current conversation using the gh CLI. It reads the repository's .github/ISSUE_TEMPLATE/*.yml templates, picks the closest one (bug, feature, refactor, infra, config, or agent-task), extracts each required field, and runs gh issue create with a body that mirrors the template sections. A developer uses it to turn discussed work into a properly labelled issue without opening the browser.1installs2Domain Modeldomain-model runs a grilling session that challenges a plan against the project's existing domain language and documented decisions. It asks questions one at a time, cross-references claims with the codebase, sharpens fuzzy terms, and captures resolved terms in CONTEXT.md and decisions in ADRs as they crystallise. A developer uses it before implementation to align terminology and record architectural decisions.1installs