feat: add orfc as a Claude Code skill#2
Open
titunian wants to merge 4 commits into
Open
Conversation
Add .claude/skills/orfc/SKILL.md so that anyone who clones this repo gets the /orfc slash command in Claude Code. The skill wraps all orfc CLI commands (push, pull, comments, list) and teaches Claude the typical review workflow. https://claude.ai/code/session_01XYct8pCau5HXp5V72jd7G8
The skill now checks for CLI installation and authentication before running any commands, guiding users through setup (npm install, login via browser magic link) instead of assuming everything is ready. https://claude.ai/code/session_01XYct8pCau5HXp5V72jd7G8
…ge buttons - Add postinstall script that copies SKILL.md to ~/.claude/skills/orfc/ so the /orfc slash command works immediately after `npm install -g @orfc/cli` - Bundle skills/ and scripts/ directories in npm package - Add `orfc install-skill` command for manual (re)installation - Add "One-click install" section on landing page with copy-paste commands for Claude Code and Cursor https://claude.ai/code/session_01XYct8pCau5HXp5V72jd7G8
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Add .claude/skills/orfc/SKILL.md so that anyone who clones this repo
gets the /orfc slash command in Claude Code. The skill wraps all orfc
CLI commands (push, pull, comments, list) and teaches Claude the
typical review workflow.
https://claude.ai/code/session_01XYct8pCau5HXp5V72jd7G8