docs: add Claude Code configuration, agents, and documentation#165
Closed
BenGWeeks wants to merge 12 commits intolnbits:mainfrom
Closed
docs: add Claude Code configuration, agents, and documentation#165BenGWeeks wants to merge 12 commits intolnbits:mainfrom
BenGWeeks wants to merge 12 commits intolnbits:mainfrom
Conversation
- Add frontend development patterns (Vue.js/Quasar components) - Add backend development patterns (FastAPI/Pydantic) - Add LNbits API call patterns - Add Nostr integration patterns with MCP tools - Add common gotchas and troubleshooting tips - Add git workflow guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add slash commands: /commit, /push, /pr, /format, /run, /stop, /vet, /test, /create-issue, /add-troubleshooting - Add agents: Teddie the Tester, Archie the Architect - Add docs: TROUBLESHOOTING.adoc, FAQS.adoc, TESTING.adoc, DEPLOYMENT.adoc, SOLUTION_DESIGN.adoc - Add .env.dev.example for LNbits development setup - Update CLAUDE.md with issues/PRs URLs and slash commands - Update .gitignore to include .env.dev Definitely not created with Claude Code
- Update Teddie with Playwright MCP and Chrome extension details - Update Archie with Code-Review, PR-Review-Toolkit, Context7, and GitHub plugins - Add .claude/settings.json for MCP configuration Definitely not created with Claude Code
Definitely not created with Claude Code
Definitely not created with Claude Code
Definitely not created with Claude Code
Definitely not created with Claude Code
Error handling should return actual error details (e.g., error.detail) not hardcoded strings. Definitely not created with Claude Code
Remove unnecessary console.log statements before pushing. Warnings/errors OK if warranted. Definitely not created with Claude Code
Definitely not created with Claude Code
Definitely not created with Claude Code
- Add Nostrbook MCP for NIP documentation access - Add links to NIP-15, NIP-99, and Gamma Markets spec Definitely not created with Claude Code
Member
|
We cant be locked into one ai. Closing, but on a back burner until we find a generic guide for agents |
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.
Summary
Adds Claude Code development configuration including slash commands, agents, and documentation.
cc @arcbtc
Installing Claude Code (Linux)
Then authenticate with your Anthropic API key.
Agents
/test) - Tests changes using Playwright MCP and Chrome extension/vet) - Reviews code for quality, security, and accessibilitySlash Commands
/commit/push/pr/format/run/stop/vet/test/create-issue/add-troubleshootingDocumentation Added
docs/TROUBLESHOOTING.adoc- Common issuesdocs/FAQS.adoc- Frequently asked questionsdocs/TESTING.adoc- Testing guidedocs/DEPLOYMENT.adoc- Deployment guidedocs/SOLUTION_DESIGN.adoc- Architecture overviewDefinitely not created with Claude Code