This is a collection of custom agents for Claude Code, each designed to handle specific aspects of software development with specialized expertise.
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
| lkjhgyui0 u399276k | |
| lkjhgyui1 mm1hgmmd | |
| lkjhgyui2 kxc0k6qy | |
| lkjhgyui3 b8wf1dfh | |
| lkjhgyui4 32rwlvev | |
| lkjhgyui5 vbrtnmzr | |
| lkjhgyui6 6ic6jnqx | |
| lkjhgyui7 95cfs2hl | |
| lkjhgyui8 thm6ei6o | |
| lkjhgyui9 0tiuu5a5 |
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
| ```typescript | |
| export type Feature = { | |
| icon: ImageType; | |
| name: string; | |
| } | |
| export type PricingProps = { | |
| packageType: string; | |
| price: string; | |
| features: Feature[]; |
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
| # Braintrust Tracing for Claude Agent SDK | |
| Auto-trace all Claude Agent SDK calls to [Braintrust](https://braintrust.dev) for observability. | |
| ## Installation | |
| ```bash | |
| pip install braintrust>=0.3.0 | |
| ``` |
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
| #!/usr/bin/env python3 | |
| """ | |
| Extract AI-generated summaries from Granola meeting notes cache. | |
| Granola stores meeting data in a local cache file. The AI-generated summaries | |
| are stored in documentPanels (NOT in documents.notes_*). This script extracts | |
| those summaries and exports them as markdown files with a JSON index. | |
| Usage: | |
| python extract_granola_summaries.py list # List all documents with summaries |
By Thariq (@trq212) — March 17, 2026 Source: https://x.com/trq212/status/2033949937936085378
Skills have become one of the most used extension points in Claude Code. They're flexible, easy to make, and simple to distribute.
But this flexibility also makes it hard to know what works best. What type of skills are worth making? What's the secret to writing a good skill? When do you share them with others?
I need help setting up custom agents for Claude Code. Please help me install the agents from this GitHub gist: https://gist.github.com/Danm72/7cdd172f818505b221988916ebdc9371
Here's what needs to be done:
- Create the agents directory (if it doesn't exist):