brain-ecosystem-mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited brain-ecosystem-mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
USE FOR:
tags: [MCP, self-learning, autonomous, Claude-Code, Trading-Brain, error-memory, knowledge-graph, CCXT, persistent-memory, Hebbian] kind: tool category: mcp-integration
3 autonomous self-learning AI brains running as MCP servers, designed for Claude Code.
npm install -g @timmeck/brain && brain setuplocalhost:7790 (13 pages of metrics)"117+ autonomous engines run in feedback loops — observing, detecting anomalies, forming hypotheses, testing and falsifying them statistically"
| Brain | Port | Tools | Specialty |
|---|---|---|---|
| Brain | 7777-7778 | 280 | Error memory, code intelligence, autonomous research |
| Trading Brain | 7779-7780 | 181 | Adaptive trading, paper trading, signal learning, backtesting |
| Marketing Brain | 7781-7782 | 177 | Content strategy, cross-platform optimization |
| Command Center | 7790 | — | Unified dashboard, 13 monitoring pages |
# Main brain
npm install -g @timmeck/brain
brain setup # configures Claude Code MCP automatically
# Trading brain
npm install -g @timmeck/trading-brain
trading setup
# Marketing brain
npm install -g @timmeck/marketing-brain
marketing setupFor Cursor/Windsurf/Cline (HTTP/SSE):
{
"mcpServers": {
"brain": {
"url": "http://localhost:7778/sse"
}
}
}Goal → decompose → sub-goals → hypotheses
→ test statistically (17 falsification methods)
→ confirm/reject → update knowledge graph
→ synthesize reportTrade executed → outcome recorded
→ signal that preceded it gets weighted up/down
→ strategy parameters auto-adjusted
→ anomaly detection flags regime changes
→ hypothesis: "this pattern no longer works" → test → confirm → disableInput (error/trade/content event)
↓
117 autonomous engines in parallel feedback loops:
- AnomalyDetector
- HypothesisGenerator
- StatisticalFalsifier
- PatternRecognizer
- KnowledgeGraphUpdater
- DreamConsolidator (offline)
↓
Hebbian synapse: brains share relevant discoveries
↓
Knowledge persists in SQLite → available next sessionWhen idle (no active requests):
Brain enters "dream mode":
1. Replays recent experiences
2. Identifies patterns not obvious during active processing
3. Prunes weak connections (low-weight knowledge)
4. Strengthens high-value patterns
5. Prepares summaries for fast retrieval next sessionAfter brain setup, Claude Code gets access to all 280 Brain tools:
# In Claude Code session — brain remembers across sessions:
> "You made an error with X last week"
→ Brain recalls error memory: exact context + solution applied
> "Research async patterns in Python"
→ Brain creates 5-step research roadmap, executes autonomously,
synthesizes findings into knowledge graph entry
> "What patterns have worked for BTCUSDT this month?"
→ Trading Brain queries signal performance history → ranked list| Feature | Brain Ecosystem | Standard MCP Memory |
|---|---|---|
| Error learning | ✓ (auto, cross-session) | Manual |
| Hypothesis testing | ✓ (statistical) | ✗ |
| Dream consolidation | ✓ | ✗ |
| Self-modification | ✓ (human-gated) | ✗ |
| Trading brain | ✓ (181 tools) | ✗ |
| Inter-brain comms | ✓ (Hebbian) | ✗ |
| Vision | ✓ (Anthropic+Ollama) | ✗ |
name: mcp-server-chart description: > AntV MCP Server Chart - MCP server generating 26+ chart types via AntV. Tools: generate_bar_chart, generate_line_chart, generate_pie_chart, generate_network_graph, generate_sankey, generate_treemap, generate_spreadsheet, etc. npx @antv/mcp-server-chart. Works with Claude, VSCode, Dify. USE FOR:
tags: [MCP, charts, AntV, visualization, bar, line, pie, network-graph, sankey] kind: tool category: mcp-integration
MCP server generating 26+ visualization types using AntV.
npm install -g @antv/mcp-server-chart{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}Standard: area, bar, column, line, pie, scatter, dual_axes
Statistical: boxplot, histogram, violin
Flow: funnel, sankey, treemap
Hierarchy: mind_map, fishbone, org_chart
Network: network_graph, venn
Geographic: district_map, path_map, pin_map
Other: radar, word_cloud, liquid, spreadsheetUser: "Plot this data as a bar chart: [data]"
Claude: calls generate_bar_chart({ data: [...], xField: "x", yField: "y" })
→ returns chart image/URLname: dify-llm-platform description: > Dify - open-source LLM app development platform. Visual canvas for AI workflows, RAG pipelines (PDF/PPT ingestion), agent builder (50+ tools: Google, DALL-E, Wolfram), LLMOps observability, BaaS APIs. Supports GPT, Claude, Llama3, Mistral, 100+ models. Self-host (Docker) or cloud (200 free GPT-4 calls). USE FOR:
tags: [Dify, LLM, RAG, agent, workflow, visual, self-hosted, open-source, GPT, Claude] kind: platform category: ai-agent-builder
Open-source LLM application development platform.
git clone https://github.com/langgenius/dify
cd dify/docker
cp .env.example .env
docker compose up -d
# Access: http://localhost/installGoogle Search, Bing, DuckDuckGo, Wikipedia, DALL-E, Stable Diffusion, WolframAlpha, Weather API, News API, Code execution, Web scraping, + custom tools
name: open-webui description: > Open WebUI - self-hosted, offline-capable AI platform. Ollama + OpenAI-compatible backends. RAG with 9 vector DBs, web search (15+ providers), image gen (DALL-E/ComfyUI), voice/video chat, Python function calling, enterprise auth (LDAP/OAuth/SCIM). Docker install. Privacy-first local AI deployment. USE FOR:
tags: [Open-WebUI, Ollama, self-hosted, RAG, local-AI, privacy, ChatGPT-alternative] kind: platform category: ai-agent-builder
Extensible self-hosted AI platform — runs fully offline.
# With Ollama bundled
docker run -d -p 3000:8080 --gpus=all -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:ollama
# Existing Ollama
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main
# Access: http://localhost:3000| Feature | Open WebUI | ChatGPT |
|---|---|---|
| Self-hosted | Yes | No |
| Offline | Yes | No |
| Local models | Ollama | No |
| RAG | 9 vector DBs | Limited |
| Web search | 15+ providers | Yes |
| Image gen | DALL-E/ComfyUI/A1111 | DALL-E only |
| Python tools | Native | Sandboxed |
| Cost | Free | $20/mo |
500+ MCP servers across 40+ categories. Key ones by domain:
| Server | What It Does |
|---|---|
| GitHub MCP | Repos, PRs, issues, code search |
| GitLab MCP | GitLab API integration |
| Filesystem MCP | Local file read/write/search |
| Git MCP | git log, diff, branch operations |
| Docker MCP | Container management |
| Kubernetes MCP | Cluster insights, kubectl |
| Server | What It Does |
|---|---|
| Memory MCP | Persistent knowledge graph |
| Sequential Thinking | Chain-of-thought reasoning |
| Fetch/Browser | Web content retrieval |
| Playwright MCP | Browser automation |
| AgentShield | Security vulnerability scanning |
| Server | What It Does |
|---|---|
| PostgreSQL MCP | Schema inspection + queries |
| MongoDB MCP | Document DB queries |
| Elasticsearch MCP | Search and analytics |
| Snowflake MCP | Data warehouse queries |
| SQLite MCP | Local database |
| Server | What It Does |
|---|---|
| Gmail MCP | Email read/send/search |
| Slack MCP | Channel messages, search |
| Telegram MCP | Bot messages |
| Discord MCP | Server interaction |
| Server | What It Does |
|---|---|
| Notion MCP | Pages, databases, blocks |
| Jira MCP | Issues, sprints, projects |
| Google Calendar MCP | Events, scheduling |
| Airtable MCP | Base/table operations |
| Server | What It Does |
|---|---|
| Crypto APIs | Price feeds, portfolio |
| Payment MCP | Stripe, payment processing |
| Multi-cloud cost | Cloud cost analysis |
| Server | What It Does |
|---|---|
| Brave Search | Web search |
| Firecrawl | Deep web scraping |
| EXA MCP | AI-powered search |
| 75+ data extractors | Specialized data sources |
Full list: https://github.com/punkpeye/awesome-mcp-servers
Complete system for maximizing Claude Code performance (10+ months production-tested).
| Component | Count | Purpose |
|---|---|---|
| Agents | 21-25 | Specialized subagents (planner, architect, reviewer, security, language-specific) |
| Skills | 102+ | Domain workflows (TDD, security review, frontend/backend patterns) |
| Commands | 52-57 | Slash commands: /tdd, /plan, /code-review, /build-fix, /e2e |
| Rules | 29-34 | Universal + language-specific (TS, Python, Go, Swift, PHP, Java) |
| Hooks | 8-20+ | PreToolUse, PostToolUse, Stop, SessionStart automations |
| MCP | 14+ | Pre-configured: GitHub, Supabase, Vercel, Railway |
/tdd - Test-driven development workflow
/plan - Architecture planning
/code-review - Security + quality review
/build-fix - Build error diagnosis
/e2e - End-to-end test generation
/multi-plan - Multi-agent orchestration
/instinct-status - Check learned patterns
/evolve - Extract patterns from session into skills{
"hooks": {
"PreToolUse": ["secret-detector", "format-checker"],
"PostToolUse": ["session-persist", "pattern-extractor"],
"Stop": ["summary-generator"],
"SessionStart": ["context-loader", "instinct-injector"]
}
}name: cherry-studio description: > Cherry Studio - desktop AI client for Windows/Mac/Linux. Unifies 20+ AI providers: OpenAI, Anthropic Claude, Gemini, Ollama (local), LM Studio, Qwen, Kimi. 300+ pre-configured assistants, multi-model simultaneous chat, MCP server support, document processing (PDF/Office/images), no environment setup needed. USE FOR:
tags: [Cherry-Studio, desktop, multi-model, Ollama, Claude, GPT, Gemini, MCP, assistants] kind: tool category: ai-agent-builder
Unified desktop AI client — no setup required.
OpenAI (GPT-4o) · Anthropic (Claude) · Google (Gemini) · Mistral Ollama (local) · LM Studio (local) · Qwen · Kimi · Baidu · iFlytek OpenRouter · Perplexity · Poe · + more
name: aionui-desktop-agent description: > AionUi - free open-source multi-agent desktop platform (macOS/Windows/Linux). Auto-detects Claude Code, Codex, Qwen Code CLI tools. 20+ AI providers. Cron scheduling for 24/7 unattended automation. File management, Excel AI, PowerPoint generation, image recognition. Remote access via Telegram/Lark/DingTalk. USE FOR:
tags: [AionUi, desktop-agent, multi-agent, Claude-Code, automation, scheduling, Telegram, remote] kind: tool category: ai-agent-builder
Multi-agent desktop platform — AI agents operate autonomously on your computer.
Gemini · Anthropic Claude · OpenAI · Qwen · Kimi · Baidu · Ollama · LM Studio
| Feature | Description |
|---|---|
| Cron scheduling | Natural language task descriptions, runs 24/7 |
| File management | Batch rename, intelligent classification |
| Excel processing | AI analysis, formatting, report generation |
| Document generation | PowerPoint, Word, Markdown automated creation |
| Image operations | Text-to-image, editing, recognition |
Real-world agent skills from 40+ organizations. Works with Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot.
Source: https://github.com/VoltAgent/awesome-agent-skills
Official / Anthropic
anthropics/docx — Create, edit, analyze Word documentsInfrastructure & DevOps
Databases & Data
Dev Frameworks
AI/ML
Security (Trail of Bits — 23 skills)
Product & SaaS
Web3/Crypto
Security warning: Skills are curated, not audited. Review before install. Scanners: Snyk Skill Security Scanner, Agent Trust Hub.
Production Claude Code plugin system: 112 agents, 146 skills, 79 tools, 72 plugins.
/plugin marketplace add wshobson/agents
/plugin install python-development
/plugin install security-auditname: ruflo-agent-orchestration description: > Ruflo (formerly Claude Flow) - enterprise multi-agent orchestration for Claude Code. 60+ specialized agents in swarms (hierarchical/mesh/ring/star topologies). Self-learning SONA architecture, HNSW vector search (150x-12500x faster retrieval), EWC++ anti-forgetting, Mixture of Experts routing. MCP server. npx ruflo@latest init USE FOR:
tags: [ruflo, multi-agent, swarm, orchestration, Claude-Code, MCP, self-learning, HNSW] kind: framework category: ai-agent-builder
Enterprise AI agent orchestration platform built on Claude Code.
npx ruflo@latest init --wizardclaude mcp add ruflo -- npx ruflo@latest mcp start| Feature | Ruflo | CrewAI | LangGraph |
|---|---|---|---|
| Self-learning | SONA (0.05ms adapt) | No | No |
| Anti-forgetting | EWC++ | No | No |
| Vector retrieval | HNSW (12500x faster) | Basic | Basic |
| Agent topologies | 4 (hier/mesh/ring/star) | Hierarchical | Graph |
| Swarm size | Unlimited | Limited | Limited |
curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/claude-flow@main/scripts/install.sh | bash
# or
npx ruflo@latest init --wizardnpx ruflo@latest --agent coder --task "Implement user authentication"
npx ruflo@latest --list # list all 60+ agents
npx ruflo@latest mcp start # start MCP serverHierarchical: Queen agent → Worker agents (tree structure)
Mesh: All agents peer-to-peer (collaborative)
Ring: Sequential pipeline (A→B→C→A)
Star: Central coordinator → spoke agentsMost comprehensive open-source Claude Code skills library (204 skills, 266 Python CLI tools). Compatible with 11 AI coding platforms.
| Domain | Skills | Notable |
|---|---|---|
| Engineering Core | 25 | Architecture, DevOps, security, AI/ML |
| Engineering POWERFUL | 30 | Advanced tier skills |
| Playwright Testing | 9+ | Test generation, migration |
| Product Management | 13 | Strategy, UX research, analytics |
| Marketing | 43 | 7 specialized pods |
| Project Management | 6 | PM, scrum, Jira/Confluence |
| Regulatory/Quality | 12 | FDA, ISO, MDR, GDPR |
| C-Level Advisory | 28 | Full executive suite |
| Business & Growth | 4 | Customer success, sales |
| Finance | 2 | Financial analysis, SaaS metrics |
skill-name/
├── SKILL.md # structured instructions + workflow
├── tools/ # Python CLI tools (standard library only)
│ └── tool_name.py
├── scripts/ # optional automation scripts
└── references/ # templates + domain knowledge# Claude Code plugin marketplace
/plugin install alirezarezvani/claude-skills/engineering
# Manual: copy skill folder to ~/.claude/skills/
cp -r marketing-pod ~/.claude/skills/name: aris-auto-research description: > ARIS - Autonomous ML research methodology using Claude Code + GPT adversarial reviewer. 4 workflows: idea discovery, experiment bridge, auto-review loop, paper writing. 20 composable skills. State file recovery (no daemon needed). GPU automation via SSH. Proven: borderline reject (5/10) -> submission-ready (7.5/10) in 4 overnight rounds. USE FOR:
tags: [research, autonomous, ML, paper-writing, GPU, Claude-Code, adversarial-review, overnight] kind: methodology category: ai-agent-builder
Autonomous ML research methodology — Claude Code executes, GPT-5.4 reviews adversarially.
Workflow 1: Idea Discovery
literature survey → 8-12 ideas → novelty check → GPU pilots → ranked report
Workflow 1.5: Experiment Bridge
reads plan → implements code → validates small-scale → deploys full GPU suite
Workflow 2: Auto Review Loop (key workflow)
GPT-5.4 reviews paper → identifies gaps → Claude Code writes experiments
→ SSH deploys to GPU → monitors → rewrites sections → repeat (max 4 rounds)
Workflow 3: Paper Writing
narrative → claims-evidence matrix → figures/tables → LaTeX → PDF → 2-round auto-improve/research-pipeline "your direction" # full pipeline
/idea-discovery "topic" # workflow 1
/experiment-bridge # workflow 1.5
/auto-review-loop "paper scope" # workflow 2 (overnight key)
/paper-writing "NARRATIVE_REPORT.md" # workflow 3
# With overrides:
/research-pipeline "topic" -- AUTO_PROCEED: false, wandb: trueEach skill saves progress to JSON after every round:
REVIEW_STATE.json
AUTO_REVIEW.md
If session terminates mid-loop:
Restart Claude Code → skill reads state → resumes from last checkpointConfigure in project CLAUDE.md:
SSH_HOST: your-gpu-server.com
SSH_USER: ubuntu
CONDA_ENV: research
SLURM: true # if using SLURM clusterSkills handle: ssh → rsync code → conda activate → run experiments → fetch results
name: ai-maestro-orchestration description: > AI Maestro - centralized dashboard for managing 35+ AI agents across machines. Peer mesh network (no central server), agent-to-agent messaging (AMP protocol), Code Graph visualization, Kanban task tracking, persistent memory, tmux auto-discovery. Gateway: Slack/Discord/Email/WhatsApp. curl install, Node.js 18+, tmux required. USE FOR:
tags: [AI-Maestro, multi-agent, dashboard, tmux, mesh-network, AMP, Code-Graph, Kanban] kind: tool category: ai-agent-builder
Centralized dashboard for managing distributed AI agent workforces.
curl -fsSL https://raw.githubusercontent.com/23blocks-OS/ai-maestro/main/scripts/remote-install.sh | sh
# Requirements: Node.js 18+, tmux| Feature | Description |
|---|---|
| Auto-discovery | Finds existing tmux sessions automatically |
| Peer mesh | No central server — equal-status machines |
| AMP protocol | Agent-to-Agent Messaging with priority + crypto signatures |
| Code Graph | Interactive codebase visualization, delta indexing |
| Kanban | Task dependencies + status tracking |
| Persistent memory | Cross-session contextual continuity |
| War rooms | Multi-agent team assembly |
| Gateways | Slack, Discord, Email, WhatsApp routing |
Message types: command, query, response, broadcast
Priority: critical > high > normal > low
Signature: cryptographic for auth
Push notifications: real-time deliveryname: babysitter-agent-control description: > Babysitter - deterministic agent workflow framework. Process-as-code (JS functions), mandatory stops between steps, enforced quality gates, event-sourced audit journal. 50-67% token compression. 2000+ pre-built process templates. 4 modes: interactive, autonomous (yolo), planning, continuous (forever monitoring). USE FOR:
tags: [babysitter, deterministic, agent-control, quality-gates, audit-journal, workflow, Claude-Code] kind: framework category: ai-agent-builder
Deterministic agent workflow framework — agents can only execute what the process permits.
Process as Code → JS functions define exactly what agents may do
Mandatory Stops → every step halts; process logic decides next action
Enforced Gates → quality thresholds block progression
Event Journal → immutable audit trail, replay from any checkpoint/babysitter:call # Interactive — pauses for human approval
/babysitter:yolo # Autonomous — fully automatic
/babysitter:plan # Planning — review before executing
/babysitter:forever # Continuous — indefinite monitoring// Automated refinement until threshold met
process.qualityGate({
check: () => runTests(),
threshold: 0.95, // 95% pass rate required
maxRounds: 5, // max refinement attempts
onFail: "refine-code" // action if threshold not met
})50-67% context reduction built-in — summarizes completed steps, retains only active context.
/babysitter:observe # live dashboard
/babysitter:resume # continue interrupted workflow from checkpoint2,000+ templates covering:
name: skills-manager-desktop description: > Skills Manager - desktop app (Tauri 2.0 + React 19) for managing AI skills across multiple coding assistants. Write a skill once, sync via symlinks to Claude Code, Codex, Opencode simultaneously. Granular enable/disable per tool. Cross-platform (macOS/Windows/Linux). Monaco Editor for in-app skill editing. USE FOR:
tags: [skills-manager, Claude-Code, Codex, skills-sync, symlinks, Tauri, desktop, cross-platform] kind: tool category: ai-agent-builder
Centralized desktop app to manage AI assistant skills across Claude Code, Codex, Opencode, etc.
~/.claude/skills/~/.codex/skills/~/.opencode/skills/Requires Administrator privileges or Developer Mode enabled for symlink creation.
name: claude-code-karma description: > Claude Code Karma - local-first analytics dashboard for Claude Code sessions. Reads ~/.claude/ JSONL files, serves via FastAPI (port 8000), displays in SvelteKit UI (port 5173). No cloud, no accounts, no telemetry. Shows token usage, costs, cache hit rates, tool/agent distribution, file operations, plugin/skill/hook inventory, live session monitoring. USE FOR:
tags: [claude-code-karma, analytics, dashboard, token-usage, costs, sessions, FastAPI, SvelteKit] kind: tool category: ai-agent-builder
Local analytics dashboard for your Claude Code sessions.
git clone https://github.com/JayantDevkar/claude-code-karma.git
cd claude-code-karma
# Terminal 1 — backend
cd api && pip install -e ".[dev]" && pip install -r requirements.txt
uvicorn main:app --reload --port 8000
# Terminal 2 — frontend
cd frontend && npm install && npm run dev
# Access: http://localhost:5173| View | What It Shows |
|---|---|
| Session Browser | All sessions with search/filter, real-time status |
| Analytics | Token usage, costs, cache hit rates, tool distribution |
| Project Organization | Workspaces by git repo + activity tracking |
| Tool & Agent Tracking | Built-in + MCP tools + custom agents + usage stats |
| File & Task Management | File operations, task creation/completion |
| Live Monitoring | Real-time via Claude Code hooks (optional) |
| Plugin Ecosystem | Installed plugins, skills, commands, hooks |
name: swing-trade-psychology-coach-firewall description: > Swing - 6-skill AI trade-psychology-coach firewall suite. Prevents systematic AI reasoning failures: ambiguous execution, unverified claims, anchoring, sycophancy, hidden reasoning, optimism bias. Skills: swing-clarify (5W1H), swing-research (4-stage verification), swing-options (5 alternatives), swing-review (steel-man + 3-vector critique), swing-trace (assumption mapping), swing-mortem (5-category failure projection). npx skills add whynowlab/swing-skills --all. USE FOR:
tags: [swing, trade-psychology-coach-firewall, clarify, research, options, review, trace, mortem, reasoning, Claude-Code] kind: skills-suite category: ai-agent-builder
6-skill trade-psychology-coach firewall that addresses systematic AI reasoning failures.
npx skills add whynowlab/swing-skills --all # all 6 skills
# Individual:
npx skills add whynowlab/swing-skills/swing-clarify
npx skills add whynowlab/swing-skills/swing-research
# Manual:
cp -r swing-skills/skills/* ~/.claude/skills/| Skill | Problem Solved | Method |
|---|---|---|
| swing-clarify | Ambiguous requests rushed | 5W1H decomposition |
| swing-research | Unverified claims | 4-stage verification, S/A/B/C source grading |
| swing-options | Anchoring on obvious answer | 5 probability-weighted alternatives |
| swing-review | Sycophancy / no critique | Steel-man then 3-vector critical analysis |
| swing-trace | Hidden reasoning | Assumption map, decision forks, weakest-link |
| swing-mortem | Optimism bias | 5-category failure projection + leading indicators |
/swing-clarify Build me an auth system
/swing-research Is gRPC better than REST for mobile?
/swing-review We chose Kubernetes for our 3-person startup
/swing-options Which database for real-time leaderboard?
/swing-trace Why do you recommend microservices?
/swing-mortem We are migrating to microservices in Q3clarify -> (research decision) -> options -> research -> review
-> (risk analysis) -> mortemname: spec-flow description: > Spec-Flow - structured feature development workflow for AI coding agents. 5 sequential phases with approval gates: Proposal -> Requirements (EARS syntax) -> Design -> Tasks -> Implementation. Generates living markdown docs in .spec-flow/ directory. 3 modes: Step, Batch, Phase. Triggers: "spec-flow", "spec mode", "need a plan", "structured development". Install: git clone into ~/.claude/skills. USE FOR:
tags: [spec-flow, structured-development, requirements, EARS, phases, AI-workflow, Claude-Code] kind: skill category: ai-agent-builder
Phase-gated structured development workflow for AI coding agents.
cd ~/.claude/skills && git clone https://github.com/echoVic/spec-flow.git1. Proposal → overview, scope, success criteria
2. Requirements → EARS syntax specs (SHALL/WHEN/WHERE/IF clauses)
3. Design → architecture, components, data models, interfaces
4. Tasks → numbered implementation checklist, dependencies
5. Implementation → execute tasks one by one, verify each# Default (step-by-step, confirmation at each phase)
spec-flow: Build user authentication system
# Fast (skip confirmations)
spec-flow --fast: Add dark mode toggle
# Simple (skip design phase)
spec-flow --skip-design: Fix the login bug.spec-flow/
steering/ # project context, conventions
active/ # in-progress feature docs
feature-name/
proposal.md
requirements.md
design.md
tasks.md
archive/ # completed featuresWHEN user submits login form
IF credentials are valid
THE SYSTEM SHALL authenticate the user and redirect to dashboard
WHERE the user is not authenticated
THE SYSTEM SHALL redirect to login pagename: ham-hierarchical-memory description: > HAM (Hierarchical Agent Memory) - reduces Claude Code token consumption 50% by replacing one massive CLAUDE.md with small scoped CLAUDE.md files at each directory level. Agent loads only 2-3 relevant files per session. Auto-detects project stack, self-maintaining (updates decision/pattern files as work progresses). Analytics dashboard at localhost:7777. Install: git clone into ~/.claude/skills/ham. USE FOR:
tags: [HAM, hierarchical-memory, token-reduction, CLAUDE.md, context-management, Claude-Code, analytics] kind: skill category: ai-agent-builder
Hierarchical Agent Memory — cuts Claude Code starting context from thousands of tokens to hundreds.
git clone https://github.com/kromahlusenii-ops/ham.git ~/.claude/skills/hamBefore HAM: One massive CLAUDE.md → loads entire project context every session
After HAM: Small CLAUDE.md at each directory level → loads only 2-3 relevant files# Setup
go ham # auto-configures everything
ham update # refresh memory files
ham status # show current memory state
ham route # show which files will load for current directory
# Analytics (web UI at localhost:7777)
ham dashboard # open analytics dashboard
ham savings # show token savings report
ham carbon # environmental impact calculator
# Benchmarking
ham benchmark # run benchmark vs baseline
ham baseline start # start baseline measurement
ham baseline stop # stop baseline, compute metrics
# Maintenance
ham audit # check for stale/missing memory files
ham commands # list all available commandsproject/
CLAUDE.md # global conventions, project overview
src/
CLAUDE.md # frontend/backend patterns
components/
CLAUDE.md # component-specific conventions
api/
CLAUDE.md # API patterns, auth flows
tests/
CLAUDE.md # testing patterns, fixturesRead: agent reads directory CLAUDE.md before starting work
Write: agent updates CLAUDE.md after completing work
(new patterns, decisions, gotchas discovered)name: geo-lint description: > geo-lint - first open-source linter for GEO (Generative Engine Optimization). 97 rules across 5 categories: GEO (AI citation readiness, E-E-A-T, RAG optimization), SEO (metadata/schema/keywords), content quality, technical (broken links/perf), i18n. Agent-first JSON output for auto-fix loops. Ensures content gets cited by ChatGPT, Perplexity, Google AI Overviews, Gemini. npm install -D @ijonis/geo-lint. Claude Code skill: /geo-lint audit. USE FOR:
tags: [geo-lint, GEO, SEO, AI-citation, content-optimization, RAG, E-E-A-T, Claude-Code, linter] kind: tool category: ai-agent-builder
First open-source linter for Generative Engine Optimization — ensures content gets cited by AI search engines.
npm install -D @ijonis/geo-lintnpm install -D @ijonis/geo-lint
# Claude Code users:
curl -fsSL https://raw.githubusercontent.com/IJONIS/geo-lint/main/install.sh | bashnpx geo-lint # human-readable output
npx geo-lint --format=json # machine-readable for AI agents
/geo-lint audit # Claude Code skill: full site scan + fix
/content-creator setup # create SEO/GEO-optimized content| Category | Rules | Focus |
|---|---|---|
| GEO | 36 | AI citation readiness, E-E-A-T signals, RAG optimization |
| SEO | 34 | Metadata, schema markup, keywords |
| Content Quality | 14 | Readability, word count, jargon |
| Technical | 10 | Broken links, performance |
| i18n | 3 | Translation pairs |
geo-lint --format=json → violations with fix suggestions
→ AI agent modifies content
→ geo-lint re-runs
→ repeat until violations == 0Each violation includes: file location, rule name, severity, plain-language fix instruction, machine-readable fix pattern.
Curated index of 400+ Claude Code extensions, skills, tools, hooks, and workflows.
| Command | Purpose |
|---|---|
| /commit | Conventional commit with emojis |
| /create-pr | PR creation workflow |
| /tdd | TDD enforcement |
| /check | Code quality + security checks |
| /context-prime | Comprehensive project priming |
| /prd-generator | Product Requirements Document generation |
| /optimize | Performance bottleneck identification |
| /mermaid | ER diagram generation from SQL |
Full index: https://github.com/hesreallyhim/awesome-claude-code
name: refly-agent-skill-builder description: > Refly - open-source platform transforming enterprise workflows into versioned agent skills. Copilot-led DSL compiler: describe workflow in natural language, compiles in <3 minutes. Intervenable runtime (pause/audit/redirect mid-execution). Exports to Claude Code, Cursor, MCP. 3000+ native integrations: Stripe, Slack, Salesforce, GitHub, MCP servers. Central skill registry, version-controlled, team-shareable. USE FOR:
tags: [Refly, agent-skills, enterprise, workflow, DSL, MCP, Claude-Code, versioned, registry] kind: platform category: ai-agent-builder
Open-source platform for building versioned enterprise agent skills.
npm install -g @powerformer/refly-cliInput Layer: 3000+ tools, MCP servers, private connectors
Processing Layer: Vibe-driven DSL compiler + stateful intervenable runtime
Output Layer: Claude Code, Cursor, APIs, webhooks, agent frameworksnpm install -g @powerformer/refly-cli
# Install a skill from registry
refly skill install <skill-id>
# Publish your skill
refly skill publish <skill-id>
# Execute workflow via API
curl -X POST https://instance/api/v1/workflows/{WORKFLOW_ID}/execute \
-H "Authorization: Bearer API_KEY"143,000+ GitHub stars. Works with ChatGPT, Claude, Gemini, Llama, Mistral. Originally launched as Awesome ChatGPT Prompts (Dec 2022).
# CLI
npx prompts.chat
# Claude Code plugin
/plugin install prompts.chat
# MCP server
# add to MCP config
# Browse online: https://prompts.chat/prompts
# CSV/Markdown/Hugging Face dataset availableFree interactive guide with 25+ chapters on techniques:
Full prompt browser: https://prompts.chat/prompts
name: lobehub-platform description: > LobeHub - open-source AI platform for human-agent co-evolution. Web app + desktop + PWA. Multi-model (OpenAI, Ollama, 100+ providers), 10,000+ MCP plugins marketplace, agent builder, agent groups, personal memory, real-time internet search, chain-of-thought visualization, voice TTS/STT, image generation, knowledge base. Self-host via Docker or Vercel one-click. USE FOR:
tags: [LobeHub, LobeChat, multi-model, self-hosted, agents, MCP, Ollama, GPT, Claude, voice] kind: platform category: ai-agent-builder
Open-source AI platform — web app, desktop, PWA with 10,000+ MCP plugins.
# Docker
docker run -d -p 3210:3210 lobehub/lobe-chat
# Vercel one-click (or Zeabur, Sealos, Alibaba Cloud)
# Set OPENAI_API_KEY or other provider credentials| Feature | Details |
|---|---|
| Multi-model | OpenAI, Ollama (local), Anthropic, Gemini, 100+ providers |
| MCP Marketplace | 10,000+ compatible plugins |
| Agent Builder | Custom agents with tools, memory, persona |
| Agent Groups | Team-based agent collaboration |
| Personal Memory | Adaptive learning across sessions |
| Internet Search | Real-time web integration |
| Chain of Thought | Visualize AI reasoning steps |
| Voice | TTS/STT conversational interface |
| Image Gen | Generation + visual recognition |
| Knowledge Base | File uploads, RAG |
name: claude-mem description: > claude-mem - persistent memory compression system for Claude Code. Auto-captures tool usage, generates semantic summaries, persists across sessions. Progressive disclosure (layered retrieval with token costs). mem-search skill for natural language history queries. 4 MCP tools: search, timeline, get_observations. Web viewer at localhost:37777. Private tag for sensitive content. Install via /plugin marketplace add thedotmack/claude-mem. USE FOR:
tags: [claude-mem, persistent-memory, Claude-Code, session-continuity, compression, MCP, search] kind: tool category: ai-agent-builder
Persistent memory compression system — context survives Claude Code session restarts.
# Via Claude Code Plugin Marketplace (recommended)
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem
# Restart Claude Code
# Via OpenClaw Gateway
curl -fsSL https://install.cmem.ai/openclaw.sh | bash<private> tags to exclude from memory| Tool | Purpose |
|---|---|
| search | Query memory index by natural language |
| timeline | Chronological context view |
| get_observations | Fetch full details by observation ID |
Real-time memory stream visualization + settings management.
name: continue-ai-code-review description: > Continue - open-source AI-powered code review platform running agents on every PR as GitHub status checks. Review rules stored as markdown in .continue/checks/ directories (source-controlled). Returns green pass or red with suggested diffs. VS Code extension available. CLI via npm @continuedev/cli (cn command). macOS/Linux/Windows install. Custom checks for security, best practices, team conventions. USE FOR:
tags: [Continue, AI-code-review, PR, GitHub-status-checks, CI, VS-Code, open-source] kind: tool category: ai-agent-builder
Open-source AI code review platform — agents run on every PR as GitHub status checks.
cn# macOS/Linux
curl -fsSL https://install.continue.dev | bash
# Windows (PowerShell)
iwr https://install.continue.dev/windows -useb | iex
# Node.js alternative (Node 20+)
npm install -g @continuedev/cli1. Store review rules as markdown in .continue/checks/
2. Continue runs agents on every PR
3. Returns GitHub status check: green (pass) or red (with suggested diffs)
4. Teams enforce rules as required status checks.continue/
checks/
security.md # security vulnerability rules
best-practices.md # team coding standards
custom-check.md # any custom requirementAvailable through VS Code marketplace — provides IDE-level AI assistance integrated with the same agent framework.
name: memu-proactive-memory description: > memU - 24/7 always-on proactive memory framework for AI agents. Continuously captures user intent without explicit commands. Hierarchical 3-layer memory (Resource/Item/Category). Dual pathways: memorize() continuous learning + retrieve() RAG fast or LLM deep reasoning. 92.09% accuracy on benchmarks. Reduces LLM token costs via cached insights. Storage: in-memory or PostgreSQL (pgvector). pip install -e . Python 3.13+. USE FOR:
tags: [memU, proactive-memory, AI-ai-agents, hierarchical-memory, RAG, pgvector, token-reduction, 24-7] kind: framework category: ai-agent-builder
24/7 proactive memory framework — AI agents learn continuously without explicit prompts.
pip install -e .
export OPENAI_API_KEY=your_api_key3-Layer Hierarchical Memory:
Resource → mountable data sources (docs, sessions, external feeds)
Item → individual memory facts with cross-references
Category → auto-organized topic clusters
Dual Retrieval Pathways:
memorize() → continuous learning pipeline (immediate memory update)
retrieve() → RAG fast (sub-second embedding) OR LLM deep (complex anticipation)# In-memory (default)
python tests/test_inmemory.py
# PostgreSQL with pgvector (persistent)
docker run -d --name memu-postgres \
-e POSTGRES_PASSWORD=postgres \
-p 5432:5432 pgvector/pgvector:pg16
python tests/test_postgres.pypython examples/example_1_conversation_memory.py # session persistence
python examples/example_2_skill_extraction.py # learn user skills
python examples/example_3_multimodal_memory.py # images + textname: langchain-framework description: > LangChain - leading framework for building LLM-powered applications and agents. Core: chains (sequential LLM pipelines), agents (tool-using reasoning loops), memory (conversation + long-term), RAG (retrieval-augmented generation), 100+ integrations (OpenAI, Anthropic, HuggingFace, Pinecone, Chroma, etc.). Model-agnostic: swap providers without code changes. Ecosystem: LangGraph (orchestration), LangSmith (debug/deploy). pip install langchain. USE FOR:
tags: [LangChain, LLM, agents, chains, RAG, memory, tools, OpenAI, Anthropic, LangGraph, LangSmith] kind: framework category: ai-agent-builder
Framework for building LLM-powered applications — agents, chains, RAG, memory, tools.
pip install langchain
pip install langchain-openai # OpenAI provider
pip install langchain-anthropic # Anthropic/Claude
pip install langchain-community # community integrations
# or
uv add langchainfrom langchain.chat_models import init_chat_model
model = init_chat_model("openai:gpt-4o")
result = model.invoke("Explain quantum computing in one sentence")
# Or Claude:
model = init_chat_model("anthropic:claude-sonnet-4-6")Chains — Sequential LLM pipelines:
from langchain_core.prompts import ChatPromptTemplate
from langchain_openai import ChatOpenAI
prompt = ChatPromptTemplate.from_template("Translate to French: {text}")
chain = prompt | ChatOpenAI(model="gpt-4o")
result = chain.invoke({"text": "Hello world"})Agents — Tool-using reasoning loops:
from langchain.agents import create_react_agent, AgentExecutor
from langchain_community.tools import DuckDuckGoSearchRun
tools = [DuckDuckGoSearchRun()]
agent = create_react_agent(llm, tools, prompt)
executor~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.