By obie
Production-ready skills library for enhanced development workflows. Curated collection of tested skills for Claude Code deployments.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin obie-skillsApply Better Stimulus best practices for writing maintainable, reusable StimulusJS controllers following SOLID principles
Implement MCP server authentication with OAuth Dynamic Client Registration (RFC 7591), Authorization Server Metadata Discovery (RFC 8414), and generalized per-agent credential support. This skill should be used when building admin UIs that let users connect to third-party MCP servers, whether they use OAuth (Linear, Sentry, Granola), bearer tokens (Render, custom APIs), or API keys. Covers the full flow: metadata discovery, client registration, PKCE authorization, token exchange, token refresh, tool sync, and credential storage patterns (shared vs per-agent for any auth type). Includes hard-won lessons from production implementation.
Add polymorphic activity timelines with live Turbo Stream updates to any Rails model. Covers migration, model, concern, shared partials, broadcasting, and optional AI-generated change summaries.
Add Tiptap rich text editing with debounced autosave to Rails models using Stimulus. Stores markdown in text columns (not ActionText). Covers installation, Stimulus controller, shared partials, Turbo cache handling, and optional change tracking.
Production-ready skills for enhanced Claude Code development workflows.
Add this marketplace to your Claude Code:
/plugin marketplace add obie/skills
Then install individual skills:
/plugin install better-stimulus@obie-skills
Apply opinionated best practices from betterstimulus.com when writing or refactoring Stimulus controllers.
When to use:
Key patterns:
Invoke with: /better-stimulus or Claude invokes automatically when working with Stimulus code
Implement zero-configuration OAuth for MCP (Model Context Protocol) server connections using Dynamic Client Registration (RFC 7591) and Authorization Server Metadata Discovery (RFC 8414). Battle-tested with Linear, Sentry, and Granola.
When to use:
What it covers:
Invoke with: /mcp-oauth-setup or Claude invokes automatically when implementing MCP OAuth
Skills are stored in skills/<skill-name>/SKILL.md format. Each skill:
/skill-name or automatically by ClaudeWant to add your own skills to this marketplace?
skills/SKILL.md following the Agent Skills standard.claude-plugin/marketplace.jsonMIT - See LICENSE file for details
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.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification