Skip to content

feat: add Claude Code plugin skill for PRD generation#148

Merged
redreamality merged 2 commits intomainfrom
feature/claude-code-skill
Feb 6, 2026
Merged

feat: add Claude Code plugin skill for PRD generation#148
redreamality merged 2 commits intomainfrom
feature/claude-code-skill

Conversation

@redreamality
Copy link
Collaborator

Summary

  • Add Claude Code plugin structure under .claude/ directory
  • Implement gtplanner skill with complete documentation
  • Add gtplanner-init command for environment verification
  • Include e2e tests (23 test cases) for skill validation

Changes

File Description
.claude/plugin.json Plugin manifest
.claude/skills/gtplanner/SKILL.md Main skill file with trigger description and usage guide
.claude/skills/gtplanner/references/tools.md Tool parameter documentation
.claude/skills/gtplanner/references/workflow.md Workflow guide
.claude/skills/gtplanner/references/examples.md Usage examples
.claude/commands/gtplanner-init.md Environment initialization command
tests/test_skill_e2e.py E2E tests for skill structure and tool execution

Test plan

  • All 23 e2e tests pass
  • Verify skill triggers correctly in Claude Code
  • Test tool execution with real LLM configuration

🤖 Generated with Claude Code

redreamality and others added 2 commits February 6, 2026 12:30
- Add plugin manifest (.claude/plugin.json)
- Add gtplanner skill with workflow guide and tool references
- Add gtplanner-init command for environment setup
- Add e2e tests for skill structure and tool execution

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Claude Code Skill section with installation and usage guide
- Update project structure to include .claude directory
- Add trigger words and workflow documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@redreamality redreamality merged commit e8771e8 into main Feb 6, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant