← all publishers

Lichens-Innovation

@lichens-innovation source repo

14 published skills

  1. Super Help · lichens-innovation bundle
    Answer 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.
    0
    installs
  2. Create Skill · lichens-innovation bundle
    Scaffolds 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.
    0
    installs
  3. Create Plugin · lichens-innovation bundle
    Scaffolds 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.
    0
    installs
  4. Create Subagent · lichens-innovation bundle
    Scaffolds 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.
    0
    installs
  5. Create Marketplace · lichens-innovation bundle
    Scaffolds 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.
    0
    installs
  6. Manage Marketplace · lichens-innovation bundle
    Reference 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.
    0
    installs
  7. React Linter Setup · lichens-innovation bundle
    Sets 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.
    0
    installs
  8. Review Code Changes · lichens-innovation bundle
    Reviews 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.
    0
    installs
  9. React Coding Standards · lichens-innovation bundle
    Enforces 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.
    0
    installs
  10. Generate Pr Description · lichens-innovation bundle
    Generates 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.
    0
    installs
  11. React Single Responsibility · lichens-innovation bundle
    Single-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.
    0
    installs
  12. Pin Exact Nodejs Dependencies · lichens-innovation
    Pins 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.
    0
    installs
  13. React Files Structure Standards · lichens-innovation bundle
    Enforces 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.
    0
    installs
  14. Create Skills Architecture · lichens-innovation
    Explains 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.
    0
    installs