Composable skills for coding agents — structured workflows for learning, architecture, and planning
npx claudepluginhub obsfx/skillsComposable skills for coding agents — structured workflows for learning, architecture, and planning
A Claude Code plugin with composable skills for coding agents — structured workflows for learning, architecture, and planning.
# Add the marketplace
claude plugin marketplace add obsfx/skills
# Install the plugin
claude plugin install obsfx-skills
Or in Claude Code interactive mode:
/plugin marketplace add obsfx/skills
/plugin install obsfx-skills
Start a new session and ask for something that should trigger a skill (for example, "help me plan this feature" or "teach me about Kubernetes"). The agent should automatically invoke the relevant skill.
| Component | Type | Purpose |
|---|---|---|
assisted-learning | skill | Teach new technologies to JS developers through comparisons and diagrams |
software-architect | skill | Design, plan, and review software architecture |
/obsfx-skills:page | command | Generate a static HTML reference page from a learning session |
Skills are auto-activated by the agent when the conversation matches their description. You don't invoke them manually — they load as context when relevant.
Teaches new programming languages (Elixir, Swift, Go, Rust), tools (Kubernetes, Docker, Terraform), and architectural approaches (microservices, CQRS, distributed systems) to JavaScript developers. Every concept is mapped to a JS mental model with side-by-side comparisons.
Structured design workflow with two modes:
Generates incremental plan files in docs/<plan-name>/.
/obsfx-skills:page [topic-slug]Generates a clean, printable static HTML page that explains a concept from the current assisted-learning session. Writes to docs/pages/<topic-slug>.html in your project root.
/obsfx-skills:page elixir-pattern-matching
/obsfx-skills:page kubernetes-pods
MIT License - see LICENSE file for details
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.