Add Claude skill directories#61
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Task ReportsGenerated by Ascii Report 1Ported the Claude skill layout from into . Added root , , , and five unpacked skill directories under : , , , , and . Verified the new Claude files match with and . Left the existing worktree modification untouched. Report 2Ported the Claude skill layout from Added root Verified the new Claude files match flowchart LR
A[nextbase-ultimate Claude files] --> B[Extract expected Claude layout]
B --> C[Port same files into starter repo]
C --> D[Verify byte-for-byte match]
D --> E[Commit and open PR #61]
|
Task ReportsGenerated by Ascii Ported the Claude skill layout from into . Added root , , , and five unpacked skill directories under : , , , , and . Verified the new Claude files match with and . Left the existing worktree modification untouched. |
Summary
.claude/settings.jsonand the Claude skill directory tree in the unpacked formatSKILL.mdand reference docsVerification
/home/user/nextbase-nextjs-supabase-starter/.claudeagainst/home/user/nextbase-ultimate/.claudewithdiff -rq/home/user/nextbase-nextjs-supabase-starter/CLAUDE.mdagainst/home/user/nextbase-ultimate/CLAUDE.mdwithdiff -qCLAUDE.mdand.claude/, leaving the existing.oneignoremodification unstaged