
Claude Skills by tools-only
github.com/tools-only> BMAD-compatible workflow for complete Claude Code plugin development
These are the release notes for gptme version v0.12.0.
**Status:** Complete reference implementation of test harness pattern **Location:** `workspace/lab/` (gitignored - safe to experiment) **Time to explore:** 30 minutes to understand, 3 hours to master ---
These are the release notes for gptme version v0.16.0.
**Status:** Production-Ready, Ultra-Polished, Ready to Launch ---
These are the release notes for gptme version v0.19.0.
``` 📁 vibe-guide/ │ ├── 📁 .claude-plugin/ │ └── 📄 plugin.json 🏷️ Plugin manifest (name, version, author) │ ├── 📖 README.md 📚 Documentation with examples & install instructions │ ├── 📁 agents/ │ ├── 🤖 worker.md ⚙️ Executes work in tiny steps, updates status.json │ ├── 🗣️ explainer.md 💬 Translates progress into plain language (no jargon) │ └── 🎓 explorer.md 💡 Educational micro-lessons when learning mode is on │ ├── 📁 co...
``` claude-mpm-skills/ ├── .github/ │ ├── CODEOWNERS # Require @bobmatnyc review │ ├── pull_request_template.md # PR submission template │ └── workflows/ │ └── validate-skills.yml # CI validation workflow ├── toolchains/ │ ├── python/ │ │ └── frameworks/ # FastAPI, Flask, etc. │ ├── javascript/ │ │ └── frameworks/ # Next.js, React, etc. │ ├── rust/ │ │ └── frameworks/ # Tauri, etc. │ └── php/ │
These are the release notes for gptme version v0.23.0.
**Last Updated:** 2025-10-16
These are the release notes for gptme version v0.28.0.
Hard budget controls for AI spending. Real-time spend tracking, automatic shutoffs, team quotas, and financial safeguards to prevent runaway costs.
These are the release notes for gptme version v0.3.0.
Expert Make.com scenario designer for visual automation
These are the release notes for gptme version v0.8.1.
Expert n8n workflow designer specializing in complex automation
These are the release notes for gptme version v0.9.1.
Expert coordinator for multi-agent systems - analyzes requests, routes to specialized agents, manages handoffs, and aggregates results
Expert coordinator for multi-agent systems - analyzes requests, routes to...
These are the release notes for gptme version v0.9.2.
Create a new specialized AI agent with custom tools, handoff rules, and specific expertise for your multi-agent system
Create a new specialized AI agent with custom tools, handoff rules, and...
Use browser capabilities to read web pages, PDFs, search, and take screenshots.
Initialize a multi-agent orchestration project with AI SDK v5 agents,...
Initialize a multi-agent orchestration project with AI SDK v5 agents, complete with coordinator, specialized agents, and orchestration setup
Guidelines for effective git usage in gptme.
Expert Firebase Genkit flow architect specializing in designing...
Initialize a new Firebase Genkit project with best practices, proper...
Train a machine learning model with specified parameters
Train a machine learning model with specified parameters
Build comprehensive API authentication and authorization system
Build comprehensive API authentication and authorization system
Generate comprehensive OpenAPI/Swagger documentation from existing APIs
Generate comprehensive OpenAPI/Swagger documentation from existing APIs
Implement standardized API error handling
Implement standardized API error handling
Migrate API to new version with compatibility layers and automated scripts
Migrate API to new version with compatibility layers and automated scripts
Fill every section below with concrete, implementation-ready values for the target aesthetic. Replace all `[bracketed placeholders]` with exact CSS. Omit nothing — a coding agent will use this as its sole reference. ---
Validate API responses against schemas
Validate API responses against schemas
Detailed intervention strategies organized by failure category. Read the relevant section based on diagnosis from the triage phase.
Generate client SDKs from OpenAPI specs
Generate client SDKs from OpenAPI specs
Implement API throttling and quotas
Implement API throttling and quotas
Manage API versions with proper migration strategies
X-Powered-By: (remove) Server: (remove or set to generic value) X-Content-Type-Options: nosniff X-Frame-Options: DENY ``` ---
NEVER store secrets, passwords, API keys, tokens or any other credentials directly in source code. Treat your codebase as public and untrusted. Any credential that appears in source code is compromised and must be handled through secure alternatives. Passwords and Authentication: - Database passwords, user passwords, admin passwords - API keys, secret keys, access tokens, refresh tokens - Private keys, certificates, signing keys - Connection strings containing credentials - OAuth client secre...
NEVER store secrets, passwords, API keys, tokens or any other credentials directly in source code. Treat your codebase as public and untrusted. Any credential that appears in source code is compromised and must be handled through secure alternatives. Passwords and Authentication: - Database passwords, user passwords, admin passwords - API keys, secret keys, access tokens, refresh tokens - Private keys, certificates, signing keys - Connection strings containing credentials - OAuth client secre...