Official Greenflash agent skills. Analyze real user-agent conversations to find what's broken, optimize prompts, and understand your users.
npx claudepluginhub greenflash-ai/agent-skillsAnalyze real user-agent conversations to surface where users get blocked, which flows fail, and what to change. Health checks, inbox triage, user insights, prompt optimization, and diagnostics.
Greenflash analyzes real user-agent conversations to surface where users get blocked, which flows fail, and which interactions drive upgrades or churn. These skills bring that intelligence directly into your coding agent so you can ask questions, get answers, and implement fixes without leaving your editor.
npx skills add greenflash-ai/agent-skills
claude marketplace add https://github.com/greenflash-ai/agent-skills
claude plugin install greenflash
No environment setup required. On first run, the skill will ask for your API key and save it to the project automatically.
| Skill | Description |
|---|---|
greenflash | Entry point. Auto-detects if Greenflash is set up, offers onboarding if not, and routes your question to the right workflow |
greenflash-health | Surface quality trends, anomalies, safety issues, and sentiment across your products |
greenflash-inbox | Triage flagged conversations, prioritized by severity |
greenflash-users | Understand user behavior: who's struggling, who's churning, and what segments look like |
greenflash-prompts | Find prompt and model quality issues, get optimization recommendations, and apply fixes |
greenflash-diagnose | Root cause analysis for failing tools, user friction, and guardrail violations. Implements fixes directly |
| Skill | Description |
|---|---|
greenflash-onboard-unified | One-command setup: auto-detects your codebase and walks through all integration steps |
greenflash-verify | Verify your integration is working: API key, SDK, client setup, and data flow |
greenflash-onboard | Integrate the Greenflash SDK into your codebase. 5-6 lines of code, first insight in 5 minutes (Python & TypeScript) |
greenflash-onboard-prompts | Log system prompts for automatic versioning and optimization |
greenflash-onboard-agentic | Log structured message types for agent tool calls, reasoning traces, and workflows |
greenflash-onboard-events | Track business events and link AI conversations to real outcomes like conversions and churn |
If you're running the Greenflash API locally, set GREENFLASH_API_URL to override the default production URL:
export GREENFLASH_API_URL=http://localhost:3000/api/v1
Full API and plugin documentation: https://docs.greenflash.ai/features/claude-code-skill