Development workflow plugin for the jackin project. Provides skills for release management, validation, and changelog generation.
| Skill | Description |
|---|---|
release-check |
Pre-release validation: CI status, tests, docs, TODOs, security exceptions |
release-notes |
Generate changelog from merged PRs in Keep a Changelog format |
release |
Full release orchestrator: check → notes → version → cargo release |
/plugin marketplace add jackin-project/jackin-marketplace
/plugin install jackin-dev@jackin-marketplace
See .codex/INSTALL.md.
Amp reads AGENTS.md and discovers skills from .claude/skills/ compatibility paths. Point Amp at this repo or symlink the skills directory.
These skills are designed for the jackin-project/jackin repository and expect:
cargo-releaseinstalled (cargo install cargo-release)ghCLI authenticated (gh auth login)release.tomlconfigured withpre-release-replacementsfor CHANGELOG.md.github/workflows/ci.ymlrunning tests, clippy, and fmt on every push/PR
Apache-2.0