skrawcz opened a new pull request, #644:
URL: https://github.com/apache/burr/pull/644
This adds a comprehensive Claude Code skill that helps developers build
applications with Apache Burr. When active in Claude Code, it provides:
- Expert guidance on Burr APIs and patterns
- Code generation for actions, state machines, and applications
- Code review for best practices
- Debugging assistance
- Working examples for common patterns
The skill includes:
- SKILL.md: Main skill instructions for Claude
- api-reference.md: Complete API documentation
- examples.md: Working code examples
- patterns.md: Best practices and design patterns
- troubleshooting.md: Common issues and solutions
- README.md: Installation and usage guide
- plugin.json: Plugin manifest for easy installation
Easy installation via Claude CLI:
claude skill install https://github.com/apache/burr/.claude/skills/burr
Or manual install by copying to ~/.claude/skills/burr/ for personal use or
.claude/skills/burr/ for project-specific use.
Documentation added at:
- docs/getting_started/claude-skill.rst: Full usage guide
- CLAUDE_SKILL.md: Quick start guide
- Main README updated with installation instructions
Contributions welcome via issues or pull requests!
## Changes
- adds skill
- adds to docs
## How I tested this
## Notes
- need to audit this a bit more still
## Checklist
- [ ] PR has an informative and human-readable title (this will be pulled
into the release notes)
- [ ] Changes are limited to a single goal (no scope creep)
- [ ] Code passed the pre-commit check & code is left cleaner/nicer than
when first encountered.
- [ ] Any _change_ in functionality is tested
- [ ] New functions are documented (with a description, list of inputs, and
expected output)
- [ ] Placeholder code is flagged / future TODOs are captured in comments
- [ ] Project documentation has been updated if adding/changing
functionality.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]