feat(claude): Phase 1 - Foundation for Claude Code support#76
Merged
Conversation
Add Claude Code support infrastructure: - Update renovate.json with weekly updates and GitHub Actions pinning - Create .claude/settings.json with 4 personas (BasicBitch, Spellchuck, Godmode, SageDaddy) - Add 2 core rules (agent-communication, security-scan) - Create .claude/skills/ with 6 SKILL.md files: - typescript, react, nextjs, vue3, cloudflare-workers, cloudflare-hono - Add .claude/skills/CLAUDE.md for agent guidance - Create 3 slash commands: /typescript, /react, /nextjs - Add .claudeignore template - Create AGENTS.md discoverability layer - Build rule transformer utility - Add security-block hook Refs: Phase 1 implementation
7a535df to
80e8237
Compare
- Add mysql/SKILL.md for database best practices - Add laravel/SKILL.md for Laravel PHP patterns - Add vue3.md slash command for Vue 3 framework guidance - Skills provide intent-based workflows triggered by file patterns or commands Refs: Phase 1 skills implementation
…erit - Remove command triggers from all skills (avoid duplication with slash commands) - Add model: inherit to all skill frontmatter for model inheritance - Skills now only trigger by file patterns Refs: Phase 1 skills refinement
Add biome/SKILL.md for Biome JavaScript/TypeScript toolchain: - Configuration guidance for biome.json - Migration tips from ESLint/Prettier - Performance best practices - Example configurations and commands Refs: Phase 1 skills
- Add section on adopting pre-existing Biome config if found - Do not modify existing rules without explicit request - Follow established formatting style and respect overrides Refs: Phase 1 skills refinement
usrrname
added a commit
that referenced
this pull request
Apr 5, 2026
* feat(claude): Phase 1 - Foundation with skills and commands Add Claude Code support infrastructure: - Update renovate.json with weekly updates and GitHub Actions pinning - Create .claude/settings.json with 4 personas (BasicBitch, Spellchuck, Godmode, SageDaddy) - Add 2 core rules (agent-communication, security-scan) - Create .claude/skills/ with 6 SKILL.md files: - typescript, react, nextjs, vue3, cloudflare-workers, cloudflare-hono - Add .claude/skills/CLAUDE.md for agent guidance - Create 3 slash commands: /typescript, /react, /nextjs - Add .claudeignore template - Create AGENTS.md discoverability layer - Build rule transformer utility - Add security-block hook Refs: Phase 1 implementation * feat(claude): Add remaining skills (mysql, laravel) and vue3 command - Add mysql/SKILL.md for database best practices - Add laravel/SKILL.md for Laravel PHP patterns - Add vue3.md slash command for Vue 3 framework guidance - Skills provide intent-based workflows triggered by file patterns or commands Refs: Phase 1 skills implementation * refactor(skills): Update frontmatter - remove commands, add model:inherit - Remove command triggers from all skills (avoid duplication with slash commands) - Add model: inherit to all skill frontmatter for model inheritance - Skills now only trigger by file patterns Refs: Phase 1 skills refinement * feat(skills): Add Biome linter/formatter skill Add biome/SKILL.md for Biome JavaScript/TypeScript toolchain: - Configuration guidance for biome.json - Migration tips from ESLint/Prettier - Performance best practices - Example configurations and commands Refs: Phase 1 skills * docs(skills): Add convention adoption rule to Biome skill - Add section on adopting pre-existing Biome config if found - Do not modify existing rules without explicit request - Follow established formatting style and respect overrides Refs: Phase 1 skills refinement
usrrname
added a commit
that referenced
this pull request
Apr 6, 2026
* feat(claude): Phase 1 - Foundation with skills and commands Add Claude Code support infrastructure: - Update renovate.json with weekly updates and GitHub Actions pinning - Create .claude/settings.json with 4 personas (BasicBitch, Spellchuck, Godmode, SageDaddy) - Add 2 core rules (agent-communication, security-scan) - Create .claude/skills/ with 6 SKILL.md files: - typescript, react, nextjs, vue3, cloudflare-workers, cloudflare-hono - Add .claude/skills/CLAUDE.md for agent guidance - Create 3 slash commands: /typescript, /react, /nextjs - Add .claudeignore template - Create AGENTS.md discoverability layer - Build rule transformer utility - Add security-block hook Refs: Phase 1 implementation * feat(claude): Add remaining skills (mysql, laravel) and vue3 command - Add mysql/SKILL.md for database best practices - Add laravel/SKILL.md for Laravel PHP patterns - Add vue3.md slash command for Vue 3 framework guidance - Skills provide intent-based workflows triggered by file patterns or commands Refs: Phase 1 skills implementation * refactor(skills): Update frontmatter - remove commands, add model:inherit - Remove command triggers from all skills (avoid duplication with slash commands) - Add model: inherit to all skill frontmatter for model inheritance - Skills now only trigger by file patterns Refs: Phase 1 skills refinement * feat(skills): Add Biome linter/formatter skill Add biome/SKILL.md for Biome JavaScript/TypeScript toolchain: - Configuration guidance for biome.json - Migration tips from ESLint/Prettier - Performance best practices - Example configurations and commands Refs: Phase 1 skills * docs(skills): Add convention adoption rule to Biome skill - Add section on adopting pre-existing Biome config if found - Do not modify existing rules without explicit request - Follow established formatting style and respect overrides Refs: Phase 1 skills refinement
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.
feat(claude): Phase 1 - Foundation with skills and commandsAdd Claude Code support infrastructure:
Refs: Phase 1 implementation
feat(claude): Add remaining skills (mysql, laravel) and vue3 command- Add mysql/SKILL.md for database best practices
Refs: Phase 1 skills implementation
refactor(skills): Update frontmatter - remove commands, add model:inh……erit
Refs: Phase 1 skills refinement
feat(skills): Add Biome linter/formatter skillAdd biome/SKILL.md for Biome JavaScript/TypeScript toolchain:
Refs: Phase 1 skills
docs(skills): Add convention adoption rule to Biome skill- Add section on adopting pre-existing Biome config if found
Refs: Phase 1 skills refinement