Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
paxsonsa avatar

Paxdev

  • Updated February 11, 2026
  • paxsonsa/myskillz

paxdev is a Claude Code skill in the Automation & Workflows category. Development workflow plugin with research, planning, and discovery commands

Key points

  • paxdev
  • Automation & Workflows
  • AI-coding skill

Paxdev by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add paxsonsa/myskillz
/plugin install paxdev@myskillz

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedFebruary 11, 2026
Repositorypaxsonsa/myskillz

What it does

Development workflow plugin with research, planning, and discovery commands

README.md

Paxdev Plugin

A Claude Code plugin for development workflows, including research, planning, and discovery commands. Converted from opencode configuration.

Directory Structure

paxdev/
├── .claude-plugin/ # Plugin metadata
│   └── plugin.json
├── commands/       # Slash commands for Claude Code
├── agents/         # Specialized agents for various tasks
├── skills/         # Skills for domain-specific capabilities
│   └── rust-docs/  # Rust crate & documentation lookup
└── README.md       # This file

Commands

Commands can be invoked with /command-name in Claude Code:

  • /research - Research a codebase by spawning parallel sub-agents
  • /discovery - Discover a repo and generate an LLM context guide
  • /create_plan - Create detailed implementation plans
  • /implement_plan - Implement an approved technical plan
  • /validate_plan - Validate that a plan was implemented successfully
  • /commit - Create git commits for changes made in session

Subagents

Subagents are specialized agents that can be spawned using the Task tool:

Codebase Research

  • codebase-locator - Locates files, directories, and components
  • codebase-analyzer - Analyzes implementation details
  • codebase-pattern-finder - Finds similar implementations and patterns

Discovery System

  • discovery-locator - Find existing discovery docs
  • discovery-analyzer - Decide if discovery doc is fresh/relevant
  • discovery-worker - Generate and update discovery context docs

Thoughts/LLM Directory Research

  • thoughts-locator - Discovers relevant documents in .llm/ directory
  • thoughts-analyzer - Deep dive analysis on research topics

External Research

  • web-search-researcher - Web research for modern information
  • research - Primary research agent for synthesizing findings

Conversion Notes

These files were converted from opencode format by:

  1. Removing opencode-specific frontmatter fields (agent, model, tools, mode)
  2. Keeping the description field for Claude Code
  3. Preserving $ARGUMENTS placeholders in commands (Claude Code supports this)
  4. Maintaining all prompt instructions and workflows

Usage

The commands reference subagents by name. For example, the /research command spawns subagents like:

  • codebase-locator to find relevant files
  • codebase-analyzer to understand implementations
  • thoughts-locator to find historical context

These subagents work together to provide comprehensive research and analysis.

Skills

Skills provide domain-specific knowledge and tools:

  • rust-docs - Look up Rust crate versions, features, dependencies, and documentation from crates.io and docs.rs. Includes a crate_lookup.sh helper script for structured API queries.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.