Skip to content

Add Claude Code plugin and skill distribution#99

Merged
renardeinside merged 4 commits intomainfrom
feat/apx-for-claude
Feb 19, 2026
Merged

Add Claude Code plugin and skill distribution#99
renardeinside merged 4 commits intomainfrom
feat/apx-for-claude

Conversation

@renardeinside
Copy link
Copy Markdown
Collaborator

Summary

  • Add distributable Claude Code plugin with MCP server registration, skills, and hooks
  • Add standalone skill installer (claude-skill/install.sh) for knowledge-only mode
  • Add documentation page for both installation modes

Details

Plugin mode (full experience):

  • .claude-plugin/ — marketplace catalog + plugin manifest
  • .mcp.json — registers apx mcp stdio server
  • hooks/hooks.json — SessionStart hook for CLI availability check
  • skills/apx/ — SKILL.md + backend-patterns.md + frontend-patterns.md

Skill mode (lightweight):

  • claude-skill/install.sh — downloads skill files to .claude/skills/apx/ (supports --global)

Content:

  • De-templatized from existing SKILL.md.jinja2 and CLAUDE.md.jinja2
  • All 13 MCP tools documented (added missing routes and list_registry_components)
  • Deep backend patterns: 3-model, CRUD routers, DI, lifespan, AppConfig
  • Deep frontend patterns: Suspense, mutations, selector, component conventions

Test plan

  • All 13 MCP tools listed in SKILL.md
  • All JSON files parse correctly
  • Scripts are executable
  • Run bash claude-skill/install.sh in a temp dir to verify downloads
  • Install as Claude Code plugin and verify MCP tools work
  • Verify docs page renders in dev server

🤖 Generated with Claude Code

@renardeinside renardeinside merged commit 795b1b1 into main Feb 19, 2026
3 checks passed
@renardeinside renardeinside deleted the feat/apx-for-claude branch February 19, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant