By lingelo
Meta-plugin for creating Claude Code tools: skills, hooks, agents, commands, rules, CLAUDE.md maintenance, audit, and offline documentation reference.
npx claudepluginhub lingelo/marketplace-claude-code --plugin claude-factoryScaffold a Claude Code rule (.claude/rules/) from a natural language description. Use when creating project rules, coding standards, or path-scoped instructions. Triggers on /factory:rule.
Scaffold a Claude Code skill from a natural language description. Use when creating SKILL.md files, /commands, or extending Claude Code with new skills. Triggers on /factory:skill.
Scaffold a Claude Code agent (subagent) from a natural language description. Use when creating agent .md files, specialized subagents, or AI personas. Triggers on /factory:agent.
Validate Claude Code artifacts (skills, hooks, agents, commands, rules, plugins) against official specifications. Use when checking conformity, finding errors, or validating generated output. Triggers on /factory:audit.
Analyze, optimize, or generate CLAUDE.md files following official Anthropic best practices. Use when maintaining project instructions, checking CLAUDE.md quality, or creating new CLAUDE.md files. Triggers on /factory:claude-md.
Scaffold a Claude Code slash command from a natural language description. Use when creating simple .md commands. Suggests converting to a skill when appropriate. Triggers on /factory:command.
Quick reference lookup for Claude Code official specifications — skills, hooks, agents, rules, settings, CLAUDE.md. Use when you need to check frontmatter fields, hook events, exit codes, or any Claude Code spec. Triggers on /factory:docs.
Consolidate and clean up CLAUDE.md and memory files — remove duplicates, resolve contradictions, verify referenced files exist, merge similar rules. Inspired by the autoDream pattern. Triggers on /factory:dream.
Scaffold Claude Code hooks (PreToolUse, Stop, Notification, etc.) from a natural language description. Use when creating hooks.json, hook scripts, or event-driven automation. Triggers on /factory:hook.
Scaffold a complete Claude Code plugin with all components (skills, hooks, agents, MCP) from a natural language description. Use when creating new plugins for a marketplace or standalone. Triggers on /factory:plugin.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Share bugs, ideas, or general feedback.
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques