docs: fix documentation gaps and inaccuracies#3
Merged
Conversation
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>
Contributor
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
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
--forceflag fordev link, add--agent/--localexamples toremove, and expand the flags table with a "Commands" column showing which flags apply to which commands--agentfallback for users without auto-detected agentsdevcommand (bun run dev dev link)homepagefield for npm discoverabilityTesting
bun run lint— passesbun test— 41/41 passingbun run validate— all 4 skills passbun run publint— all good