By steadwing
Use when the user asks to run Root Cause Analysis (RCA), debug a production incident, analyze an error log or stack trace, or trigger Steadwing. Self-registers a Steadwing agent, triggers RCA via the Steadwing API, and can install a hook that detects production-style errors and offers RCA.
Official Agent Skills for Steadwing — AI-powered Root Cause Analysis for production incidents.
Install once and your coding agent self-onboards: it registers a Steadwing agent on its own, and is ready to run RCA on errors — no signup, no API key to paste.
Works with Claude Code, Cursor, Windsurf, GitHub Copilot, and 18+ other agents — one repo, every agent. There's nothing to publish to npm and no key to configure: the installer reads this repo directly, and the skill registers your agent with Steadwing the first time it runs.
npx skills add steadwing/agent-skills
The skills CLI auto-detects your agent and installs the skill into its
directory (e.g. .claude/skills/ for Claude Code, .cursor/skills/ for Cursor). Useful flags:
npx skills add steadwing/agent-skills -g # global — available in all projects
npx skills add steadwing/agent-skills -a claude-code # target a specific agent
npx skills add steadwing/agent-skills --skill steadwing # install just this skill
npx skills add steadwing/agent-skills --copy # copy instead of symlink
If the skill doesn't appear in Claude Code after install, it's usually a project- vs global-scope mismatch — try
-g, or target it explicitly with-a claude-code. Then start a new session (agents load skills at session start).
Claude Code users can also install via the native plugin system, which doesn't depend on the
skills CLI:
claude plugin marketplace add steadwing/agent-skills
claude plugin install steadwing@steadwing-agent-skills
The skill activates automatically when relevant — no manual invocation needed.
| Skill | Description |
|---|---|
| steadwing | Self-registers as a Steadwing agent, triggers AI Root Cause Analysis on error logs/stack traces (attaching relevant source files), optionally installs a hook that watches for production-style errors and offers RCA, and surfaces claim/expiry reminders. |
POST /api/agents/register (no auth), and stores the returned API key at
~/.steadwing/credentials.json. It prints a claim URL so you can link the agent to your
Steadwing account (unclaimed agents expire in 3 days).PostToolUse hook that
detects production-style errors (tracebacks, unhandled exceptions, stack traces) and asks whether
to run RCA. The hook only detects and asks — it never sends anything without your confirmation.POST /api/mcp/analyze with the error log and relevant files, then returns the incident URL to
track analysis (~1–3 min, runs in the background)..
├── .claude-plugin/
│ └── marketplace.json # Claude Code native plugin manifest
├── skills.sh.json # skills.sh registry/grouping
└── skills/steadwing/
├── SKILL.md # agent instructions (entry point)
├── references/
│ └── api-reference.md # full Steadwing API reference
└── scripts/
├── steadwing_rca_hook.py # passive PostToolUse error-detection hook
└── install_hook.py # idempotent installer for the hook
The skill sends error logs and any source files you confirm to the Steadwing API
(https://api.dev.steadwing.com) for analysis. RCA is only triggered on explicit request or after
you confirm a detected error — never silently.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub steadwing/agent-skills --plugin steadwingUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.