Lichens-Innovation
- 14 skills
- 0 followers
- 6 hours ago last updated
- ▌ Super Help · lichens-innovation bundleAnswer questions about the Claude Code AI Dev Tools ecosystem — plugins, skills, subagents, hooks, marketplaces, rules, MCP, memory, and CLI commands. Use when the user asks how something works, wants to understand a concept, or needs guidance on any Claude Code tooling topic.
- ▌ Create Skill · lichens-innovation bundleScaffolds a new skill in a local marketplace repository: creates the skill directory and SKILL.md boilerplate directly inside the chosen plugin. Use when the user asks to add a new skill, create a skill, or scaffold a skill in the marketplace.
- ▌ Create Plugin · lichens-innovation bundleScaffolds a new plugin in a local marketplace repository: creates the plugin directory, plugin.json manifest, skills/ folder, and registers it in marketplace.json. Use when the user asks to add a new plugin, create a plugin, or register a plugin in the marketplace.
- ▌ Create Subagent · lichens-innovation bundleScaffolds a new subagent in a local marketplace repository: creates the agent directory and AGENTS.md file directly inside the chosen plugin. Use when the user asks to add a subagent, create an agent, or scaffold a subagent in the marketplace.
- ▌ Create Marketplace · lichens-innovation bundleScaffolds a new Claude Code plugin marketplace: creates the directory structure, marketplace.json manifest, README, and CLAUDE.md context file. Guides the user through local testing, private repository setup, and auto-update configuration. Use when the user asks to create a marketplace, scaffold a marketplace, or set up a plugin marketplace.
- ▌ Manage Marketplace · lichens-innovation bundleReference for managing Claude Code plugins and marketplaces: install, update, remove plugins; add, update, remove marketplaces. Use when the user asks how to install a plugin, remove a marketplace, update plugins, or manage their Claude Code plugin setup.
- ▌ React Linter Setup · lichens-innovation bundleSets up ESLint for React and TypeScript projects aligned with company standards. Use when installing or configuring the project linter, adding devDependencies, custom ESLint rules, package.json scripts, or when the user asks to set up or migrate to the company React/TypeScript ESLint stack.
- ▌ Review Code Changes · lichens-innovation bundleReviews code changes for quality, maintainability, readability, and potential regressions. Supports reviewing explicitly mentioned files, git staged files, or changes between branches. Use when reviewing code changes, examining git diffs, reviewing staged changes, comparing branches, or when the user asks to review modifications.
- ▌ React Coding Standards · lichens-innovation bundleEnforces internal React and TypeScript coding standards using avoid/prefer rules. Use when reviewing or refactoring React/TS code, applying company standards, or when the user asks to align code with coding standards.
- ▌ Generate Pr Description · lichens-innovation bundleGenerates pull request descriptions by comparing current branch with parent branch. Creates semantic commit-style PR titles and fills PR templates. Use when the user asks to generate PR description, prepare pull request, or create merge request description. The user may include ticket IDs in the request (e.g. tickets: NN-123, TB-456) from the company tracking system; treat those as the related issue IDs for the PR.
- ▌ React Single Responsibility · lichens-innovation bundleSingle-responsibility strategies to simplify components, hooks, and methods: decomposition order (utilities, hooks, sub-components), early returns, control flow, parameter design, and code smell fixes. Use when the user asks to simplify or ungodify a component, hook, function, or method.
- ▌ Pin Exact Nodejs Dependencies · lichens-innovationPins exact dependency versions (no ^ or ~) via save-exact and npm-package-json-lint. Use when enforcing absolute versions in package.json, adding save-exact, preferring exact pins, or blocking caret/tilde ranges.
- ▌ React Files Structure Standards · lichens-innovation bundleEnforces file and folder naming and structure standards for React/TypeScript projects. Use when normalizing file/folder names, auditing project structure, renaming files or directories, or when the user asks to align file/folder naming with standards.
- ▌ Create Skills Architecture · lichens-innovationExplains how the four create-* skills (create-skill, create-subagent, create-plugin, create-marketplace) work end-to-end: the hook script, the web form, the result file, and the consuming SKILL.md prompts. Use when the user is working inside apps/ai-tools-manager or plugins/ai-tools-manager and asks how a create flow works, where to add a new field, why a form change isn't reaching the prompt, or how target=project differs from target=marketplace.