Skip to content

feat(skill): add agent skill and Claude Code plugin for the CLI - #265

Merged
iamfj merged 2 commits into
nextfrom
conductor/iamfj-linearis-ai-skill
Jul 3, 2026
Merged

feat(skill): add agent skill and Claude Code plugin for the CLI#265
iamfj merged 2 commits into
nextfrom
conductor/iamfj-linearis-ai-skill

Conversation

@iamfj

@iamfj iamfj commented Jul 3, 2026

Copy link
Copy Markdown
Member

What does this PR do?

Adds an agent skill (following the agentskills.io standard) and a Claude Code plugin so agents know how to drive the linearis CLI without a pasted prompt. The skill (skills/linearis/SKILL.md) teaches the preflight and discover-then-act protocol; .claude-plugin/ adds the plugin and marketplace manifests; and the README's "Example agent prompt" section is replaced with per-harness install instructions.

Closes #

Type of change

  • New feature
  • Documentation

Checklist

  • npm run check:ci passes (lint + format)
  • npx tsc --noEmit passes (type check)
  • npm test passes (unit tests)
  • New code has tests (happy path + primary error case)
  • Commit messages follow Conventional Commits

Testing

Docs/markdown-only change — no code paths affected. Pre-commit biome and commitlint hooks passed.

Notes for reviewers

The change is entirely additive (new skill + plugin manifests) plus a README rewrite of the agent-onboarding section; no source code under src/ is touched.

Ships an agentskills.io-standard SKILL.md teaching agents the
preflight and discover-then-act protocol, plus Claude Code plugin
and marketplace manifests. Documents install paths in the README.
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

✅ knip — no dead code

No unused files, exports, types, or dependencies detected.

The allowed-tools field is parsed as a comma-separated list; the
space-separated value was read as a single unmatched pattern, so the
Bash pre-approvals never took effect.
@iamfj
iamfj merged commit cef66d4 into next Jul 3, 2026
12 checks passed
@iamfj
iamfj deleted the conductor/iamfj-linearis-ai-skill branch July 3, 2026 20:09
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