By obie
Provides curated, production-ready skills for Rails development — adding StimulusJS best practices, rich text editing with Tiptap, activity timelines with Turbo Streams, and OAuth MCP server authentication.
Apply 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.
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 claimnpx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin obie-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
FastMCP Python framework for MCP servers with tools, resources, storage backends (memory/disk/Redis/DynamoDB). Use for Claude tool exposure, OAuth Proxy, cloud deployment, or encountering storage, lifespan, middleware, circular import, async errors.
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
The complete library of Agent Skills — AI agents & orchestration, MCP & SDKs, Oracle & cloud, frontend & animation, engineering workflow, content & brand, and creative production. Skills auto-activate when relevant.
Manage Claude Code settings and MCP server configurations with best practices
MCP server development helper with tool and resource scaffolding
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.