chore: add Claude Code project skills#237
Open
sriramveeraghanta wants to merge 1 commit into
Open
Conversation
Add five repo-scoped Claude Code skills under .claude/skills/ that encode this repo's conventions so agents follow them consistently: - branch-name — <type>/<work-item-id>-<short-description> branches - create-pull-request — PR title with Plane work item prefix + full body - release-notes — release-PR notes for makeplane/propel (semver → main) - react-doctor — React lint/a11y/bundle/architecture triage (/doctor) - feature-docs-layout — where feature/design/plan docs live under docs/ Also gitignore local-only Claude Code artifacts (settings.local.json, scheduled_tasks.lock) so only the shared skills are tracked.
|
📚 Storybook preview: https://pr-237-propel-storybook.vamsi-906.workers.dev |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
propel-docs | aa5b194 | Jul 17 2026, 03:49 PM |
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.
Description
Adds five repo-scoped Claude Code skills under
.claude/skills/. Each skill encodes an existing convention in this repo so agents (and humans reading them) apply it consistently — branch naming, PR authoring, release notes, React diagnostics, and where feature docs live. These are documentation-only additions; no application code is touched.Skills added:
branch-name<type>/<work-item-id>-<short-description>so the work item ID can be extracted later.create-pull-requestrelease-notesmakeplane/propel(semver, targetingmain): reads commits, filters noise, categorizes by conventional-commit type.react-doctor/doctor.feature-docs-layoutdocs/.Also: ignores local-only Claude Code artifacts (
.claude/settings.local.json,.claude/scheduled_tasks.lock) via.gitignoreso only the shared skills are tracked..claude/worktrees/was already ignored.Type of Change
Screenshots and Media
N/A — no UI changes.
Test Scenarios
/branch-name,/create-pull-request,/release-notes, or/feature-docs-layoutin Claude Code and confirm each skill loads and is offered./doctorand confirm thereact-doctorskill triggers.git commitafter adding a local.claude/settings.local.jsonand confirm it is not staged/tracked (covered by the new.gitignorerules).pnpm checkandpnpm testare unaffected (no source files changed).References
🤖 Generated with Claude Code