docs(DEVPL-4732): skill-authoring guidance with CONTRIBUTING.md as source of truth#29
Open
bertenator wants to merge 1 commit into
Open
docs(DEVPL-4732): skill-authoring guidance with CONTRIBUTING.md as source of truth#29bertenator wants to merge 1 commit into
bertenator wants to merge 1 commit into
Conversation
…urce of truth Make it easy for internal and external contributors to build skills correctly and reduce churn on "how do I write a skill?" - CONTRIBUTING.md: new "Designing skills (start here)" section (Anthropic skill guide + skill-creator) — the single source of truth - CLAUDE.md: point authors at that section (AGENTS.md symlinks to CLAUDE.md; no duplicated content) - README.md: add a Contributing section linking CONTRIBUTING.md (README had no contributing link) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
JIRA: https://webflow.atlassian.net/browse/DEVPL-4732
Why
Make it easy for both internal and external contributors to build skills correctly, and cut the recurring "how do I write a skill?" churn. Codifies the guidance Virat shared in the #webflow-skills thread (Anthropic's Complete Guide to Building Skills for Claude + the
skill-creatorskill) into the repo.Approach — one source of truth, reached from every surface
AGENTS.mdsymlinks to it): a thin pointer to that section so agents route to the same doc — no duplicated content to drift.Substance lives in one place; the agent path and the README front door both point to it.
Notes
CLAUDE.mdonly;AGENTS.mdstays a symlink (CI requires it), so both stay in sync automatically.🤖 Generated with Claude Code