Skip to content

feat: Claude Code plugin support and agent-oriented skill docs#127

Merged
sofq merged 3 commits intomainfrom
claude-plugin-and-skill-docs
Apr 21, 2026
Merged

feat: Claude Code plugin support and agent-oriented skill docs#127
sofq merged 3 commits intomainfrom
claude-plugin-and-skill-docs

Conversation

@sofq
Copy link
Copy Markdown
Owner

@sofq sofq commented Apr 21, 2026

Summary

Bundles three related agent/plugin changes:

  1. Claude Code plugin support (f184d31) — adds .claude-plugin/plugin.json so the repo installs via /plugin marketplace add / /plugin install without manual file copying. Renames skill/skills/ to match the plugin convention. Updates README and skill-setup docs.
  2. ADF-only comment formatting clarification (3f37df0) — agent guides made explicit that Jira Cloud v3 accepts only ADF for rich content; markdown and wiki markup render literally.
  3. SKILL.md restructure (da9eb67) — splits the 3,251-word monolithic SKILL.md into a 1,333-word entry point plus four progressive-disclosure reference files (adf.md, operations.md, batch.md, config.md). Tightens the description to trigger-only phrasing.

Docs-only from a build/runtime perspective — no code or behavior changes.

Test plan

  • CI: build, unit tests, lint, npm/pypi smoke tests, docs-build
  • Verify plugin install path still documented correctly in README and website
  • Spot-check cross-references in new skills/jira-cli/references/*.md resolve

sofq added 3 commits April 21, 2026 14:56
Jira Cloud v3 accepts only ADF for rich content; markdown and wiki
markup render as literal text. Agents were defaulting to `workflow
comment --text` with markdown syntax and silently getting plain
paragraphs. Document the two paths (plain text vs raw ADF), show a
realistic multi-node example, and list the common ADF node types so
agents can compose rich comments without guessing.
Add .claude-plugin/plugin.json so the repo is installable via
/plugin marketplace add and /plugin install without manual file copying.
Rename skill/ → skills/ to match the Claude Code plugin convention.
Update README and skill-setup.md with plugin install as the primary method.
Split the 3,251-word monolithic SKILL.md into a tight 1,333-word entry
point plus four reference files that load on demand. Trims the
description to trigger-only phrasing and keeps the reconsile warning,
ADF requirement, error-code table, and common mistakes inline.

New references/:
- adf.md — ADF envelope, node catalog, marks, worked example
- operations.md — per-op detail and agent patterns
- batch.md — command-name lookup and args conventions
- config.md — auth, profiles, operation policy, audit
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sofq sofq merged commit 45538aa into main Apr 21, 2026
15 checks passed
@sofq sofq deleted the claude-plugin-and-skill-docs branch April 21, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant