create-adapter
Create Custom Adapter
Guide the user through creating a custom source adapter for pattern-radar.
Process
-
Ask what source they want to add
- Get the name and URL/API of the source
-
Analyze the source
- Fetch the URL to understand its structure
- Determine if it's RSS, JSON API, or needs scraping
- Identify authentication requirements
-
Generate the adapter
- Use the SourceAdapter interface from
plugins/pattern-radar/src/adapters/types.ts - Create a TypeScript file with the adapter implementation
- Include proper error handling and health check
- Use the SourceAdapter interface from
More from designnotdrum/brain-jar
forensics:investigate
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a competitor's feature, understand unfamiliar code, or crack a data format.
3scan
On-demand trend scan for a topic. Search HN and GitHub for what's happening now.
1capture
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
1managing-memory
Guide for storing enriched memories that capture decisions, preferences, and context. Use when making significant decisions or learning user preferences.
1summarize
Manually trigger an activity summary for a scope. Use when you want to capture and store a summary of recent activity.
1configure
Configure pattern-radar sources, weights, and domains.
1