← all publishers

EdanStarfire

@edanstarfire source repo

28 published skills

  1. UI Navigate · edanstarfire
    Navigate to the Claude Code WebUI application, verify it loads, and optionally select a project and/or session by name. Use when starting any UI test, opening the app, verifying the app is loaded, switching projects, or selecting sessions.
    1 install
  2. Builder Review · edanstarfire
    Model-invocable correctness review of your own working diff — the agent-callable equivalent of /code-review medium. Use before considering a piece of work finished, or any time you want a correctness check on changes you've made.
    1 install
  3. Create Release · edanstarfire
    Create a versioned release of claudecode_webui — bump version fields, update CHANGELOG.md, tag the commit, push, and create the GitHub Release.
    1 install
  4. UI Send Message · edanstarfire
    Send a message in the active session of the Claude Code WebUI. Use when typing and sending a message to Claude, submitting a prompt, interacting with an active session, or waiting for the assistant to finish responding.
    1 install
  5. UI Session Reset · edanstarfire
    Reset a session via the manage modal in the Claude Code WebUI. Use when resetting a session, clearing session history, restarting a Claude Code conversation, or waiting for session reconnect after reset.
    1 install
  6. Git Sync · edanstarfire bundle
    Synchronize local default branch with remote, ensuring up-to-date base for worktrees.
    1 install
  7. UI Project Create · edanstarfire
    Create a new project in the Claude Code WebUI via the UI. Use when creating a project, adding a project, opening the new project modal, or testing project creation flow.
    0 installs
  8. UI Project Delete · edanstarfire
    Delete a project via the Claude Code WebUI. Use when deleting a project, removing a project, testing project deletion, or cleaning up test projects.
    1 install
  9. UI Session Create · edanstarfire
    Create a new session within the currently selected project in the Claude Code WebUI. Use when adding a new session, creating an agent, testing session creation, or setting up a new conversation.
    1 install
  10. UI Verify Snapshot · edanstarfire
    Take a snapshot of the Claude Code WebUI and verify expected content is present. Use when asserting UI state, checking that text or elements are visible, verifying a test condition, taking a screenshot for review, or reporting pass/fail on UI expectations.
    1 install
  11. Custom Test Process · edanstarfire
    Project-specific test process. Starts the Frontend API (which auto-starts Backend), vite server, runs pytest, and verifies health/ready endpoints for claudecode_webui.
    1 install
  12. Skill Maker · edanstarfire bundle
    Create new skills. Use when users or minions want to create a custom skill from scratch, edit an existing skill, or work with SKILL.md files. Trigger this skill whenever someone mentions creating a skill, writing a SKILL.md, automating a workflow as a skill, or optimizing a process into a reusable skill.
    1 install
  13. Custom Build Process · edanstarfire
    Project-specific build process for the Builder workflow. Builds frontend assets for claudecode_webui.
    1 install
  14. Custom Quality Check · edanstarfire
    Project-specific code quality checks. Runs Ruff linting on modified Python files for claudecode_webui.
    1 install
  15. UI Permission Respond · edanstarfire
    Detect and respond to a permission prompt in the Claude Code WebUI. Use when approving or denying tool permissions, handling permission modals, responding to Claude asking for approval, or unblocking a paused session.
    0 installs
  16. Custom Cleanup Process · edanstarfire
    Project-specific cleanup process after issue completion. Stops test servers (Frontend API + its auto-started Backend) and cleans project-specific artifacts for claudecode_webui.
    1 install
  17. Process Manager · edanstarfire bundle
    Safely start, monitor, and stop processes by PID. Use when managing background servers, finding running processes, or ensuring clean process termination.
    1 install
  18. Custom Dependency Review · edanstarfire
    Project-specific Dependabot PR review process. Diffs the bumped package's source, cross-references usage in claudecode_webui, and reports findings.
    1 install
  19. Custom Environment Setup · edanstarfire
    Project-specific environment setup for issue workflows. Calculates test ports and provides initialization context for minions.
    1 install
  20. Worktree Manager · edanstarfire bundle
    Manage git worktrees for isolated issue work. Create, list, and remove worktrees safely.
    1 install
  21. Codebase Explorer · edanstarfire
    Identify relevant files, understand architecture patterns, and find code by functionality. Use when you need to understand where specific functionality lives or find files related to a feature area.
    1 install
  22. Github Pr Manager · edanstarfire
    Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
    1 install
  23. Git Branch Manager · edanstarfire
    Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
    1 install
  24. Git Commit Composer · edanstarfire
    Create well-formatted semantic commit messages following project conventions. Use when committing changes to ensure consistent, descriptive commit history.
    1 install
  25. Git State Validator · edanstarfire bundle
    Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating branch state.
    1 install
  26. Github Issue Reader · edanstarfire
    Fetch and analyze GitHub issue details including comments, metadata, and discussion context. Use when user mentions issue numbers, URLs, or you need to understand implementation requirements from a GitHub issue.
    1 install
  27. Github Authenticator · edanstarfire
    Verify and troubleshoot GitHub CLI authentication. Use when gh commands fail with auth errors or when setting up GitHub integration for the first time.
    1 install
  28. Github Issue Creator · edanstarfire
    Create well-structured GitHub issues focused on user problems and outcomes, not implementation. Use when user reports bugs or requests features to ensure clear, testable requirements without premature implementation details.
    1 install