Skip to content

docs: fix documentation gaps and inaccuracies#3

Merged
drichar merged 5 commits intomainfrom
docs/fix-documentation
Feb 10, 2026
Merged

docs: fix documentation gaps and inaccuracies#3
drichar merged 5 commits intomainfrom
docs/fix-documentation

Conversation

@drichar
Copy link
Contributor

@drichar drichar commented Feb 10, 2026

Summary

Addresses documentation gaps and inaccuracies across the project. The changes ensure all CLI flags are documented, descriptions are consistent across files, and first-time users have the information they need to get started.

Details

Key changes

  • LICENSE: Update copyright year to 2026
  • skill-creator SKILL.md: Make description agent-agnostic (was Claude-specific) and align README table to match
  • README CLI reference: Document the --force flag for dev link, add --agent/--local examples to remove, and expand the flags table with a "Commands" column showing which flags apply to which commands
  • README Installation: Add Node.js >= 18 prerequisite
  • README Quick Start: Add --agent fallback for users without auto-detected agents
  • README Local Development: Clarify the double-dev command (bun run dev dev link)
  • AGENTS.md: Add missing OpenCode to the agent list in the header
  • CLAUDE.md: Add cross-reference to README for full documentation
  • package.json: Add homepage field for npm discoverability

Testing

  • bun run lint — passes
  • bun test — 41/41 passing
  • bun run validate — all 4 skills pass
  • bun run publint — all good

drichar and others added 5 commits February 10, 2026 06:38
Update LICENSE copyright to 2026. Make the skill-creator SKILL.md
description agent-agnostic (was Claude-specific) and align the README
table to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add --force flag to dev commands section and flags table. Add --agent
and --local examples to the remove command section. Expand the flags
table with a Commands column showing which flags apply to which
commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Node.js >= 18 requirement to Installation section. Add --agent
fallback example to Quick Start for users without auto-detected agents.
Add OpenCode to AGENTS.md agent list. Add README cross-reference to
CLAUDE.md. Clarify the double-dev command in Local Development section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds homepage URL for better npm discoverability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@drichar drichar merged commit b14ddb9 into main Feb 10, 2026
1 check passed
@drichar drichar deleted the docs/fix-documentation branch February 10, 2026 11:43
@txnlab-release-bot
Copy link
Contributor

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant