← all publishers

luck1ncoder

@luck1ncoder source repo

4 published skills

  1. Dashboard · luck1ncoder bundle
    Render agent.md and CLAUDE.md as anthropomorphized HTML profiles. Triggered by /dashboard. Auto-detects layout (Focus for single agent, Team for multiple, CLAUDE.md-only when no agents). Use when user asks to visualize, view, or explain their Claude Code agents and project charter.
    0
    installs
  2. Agent Edit · luck1ncoder
    Modify an existing agent's `.claude/agents/<name>.md` file based on a natural-language request. Triggered by /agent-edit. Backs up the file, uses the Edit tool (which prompts the user with a diff for permission), and invalidates the dashboard cache. Use when the user wants to change an agent's behavior, prompt, tools, or model without manually editing the file.
    0
    installs
  3. Claude Edit · luck1ncoder
    Modify the project's `CLAUDE.md` (or `~/.claude/CLAUDE.md` user-level) based on a natural-language request. Triggered by /claude-edit. Backs up the file, uses the Edit tool (with built-in diff and permission prompt), and invalidates the dashboard cache. Use when the user wants to change the project charter — adding, removing, or rewording principles, rules, or constraints.
    0
    installs
  4. Agent Create · luck1ncoder
    Create a new subagent at `.claude/agents/<name>.md` from a natural-language description. Triggered by /agent-create. Reads CLAUDE.md to inherit project style/constraints, drafts a properly-formatted agent.md, uses the Write tool (which prompts the user with the full content for permission), and tells the user how to view the new agent. Use when the user wants a new agent and doesn't want to hand-write the .md frontmatter and prompt.
    0
    installs