Conversation
Moved from chiptus/UpLine PR mattpocock#499 so it's installable across repos via npx skills / the Claude Code plugin, not just usable inside UpLine. Registers the skill in .claude-plugin/plugin.json and skills/chiptus/README.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GZEqXTAe8gSu3mHwc7qupv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
setup-chiptus-env, a repo-onboarding skill that installssetup-matt-pocock-skillsif missing, runs it for the issue tracker/triage labels/domain docs, optionally relocatesdocs/agents/to a separate repo viaAGENTS_DOCS_REPO, then scaffolds the autonomic issue pipeline (autonomic-issues.md) wired to whichever tracker (GitHub or Linear) was chosen. Tracker-specific mechanics live inreferences/github.md/references/linear.md, one file per tracker.Ported from chiptus/UpLine#499 so it installs across repos (via
npx skillsor the Claude Code plugin) instead of living inside one consuming repo. Design decisions — the reference-file split, the singleAGENTS_DOCS_REPOpointer mechanism, the verifiednpx skillsinstall command — came out of a grilling session recorded inchiptus/UpLine'sHANDOFF-setup-chiptus-env.mdand tracked as MYP-284.Verification
npx skills add chiptus/skills(or the plugin marketplace flow) listssetup-chiptus-envas installable./setup-chiptus-envin a fresh repo; confirm it installssetup-matt-pocock-skillswith the documented flags, and that step 5 correctly points atreferences/github.mdorreferences/linear.mdbased on the tracker chosen in step 2.references/github.md/references/linear.mdrender correctly and are reachable one level deep fromautonomic-issues.md.🤖 Generated with Claude Code
https://claude.ai/code/session_01GZEqXTAe8gSu3mHwc7qupv
Generated by Claude Code