Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Smelter

Smelter contains 48 collected skills from Yusang-park, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
48
Stars
2
updated
2026-05-26
Forks
0
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

smelter
software-developers

Use when: User wants to run a SUBSTANTIAL multi-step coding task as a workflow (fix/implement a whole issue or feature, comprehensive review), CREATE workflows or commands, set up workflow automation, or manage workflow configuration. Triggers (run): "use workflow to", "run workflow", "with workflow", "workflow to", "workflow run", "use a workflow to", "run a workflow", and generic task-completion intents that imply a full coding deliverable: "์‹คํ–‰ํ•ด์ค˜", "๋Œ๋ ค์ค˜", "๊ตฌํ˜„ํ•ด์ค˜", "๊ณ ์ณ์ค˜", "์ด์Šˆ ๊ณ ์ณ์ค˜", "PR ๋งŒ๋“ค์–ด์ค˜", "implement this", "fix this issue", "build this feature", "ship this". Triggers (create): "create a workflow", "write a workflow", "make a command", "author a workflow", "new workflow", "new command", "workflow yaml". Triggers (setup): "set up workflows", "install workflow automation", "how to use workflows", "configure workflows", "workflow setup", "get started with workflows". Triggers (config): "change my workflow config", "modify workflow config", "workflow

2026-05-26
agent-browser
software-quality-assurance-analysts-and-testers

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-05-25
deep-interview
project-management-specialists

Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution

2026-05-25
release
software-developers

Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release - "/release major" - create a major release - "make a release", "cut a release", "ship it", "release to main"

2026-05-25
replicate-issue
software-quality-assurance-analysts-and-testers

Replicate and validate a GitHub issue by spinning up Smelter, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or investigate whether an issue is real before working on a fix. Triggers: "replicate issue", "reproduce issue", "validate issue", "confirm bug", "test issue", "can you reproduce", "try to replicate", "verify the bug". Capability: Checks out main, pulls latest, starts Smelter, reads the GitHub issue, then uses agent-browser to systematically test every symptom and produce a findings report. NOT for: Fixing issues (use /smelter or /exp-piv-loop:fix-issue), general UI testing (use /validate-ui).

2026-05-25
rulecheck
software-quality-assurance-analysts-and-testers

Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.

2026-05-25
save-task-list
software-developers

Save current task list for reuse across sessions

2026-05-25
smelter-dev
software-developers

The PRIMARY development workflow for the Smelter project (remote-coding-agent). Use this skill instead of any PRP skills when working on Smelter code. Routes to 10 specialized cookbooks based on what the user is trying to do: RESEARCH โ€” "how does the orchestrator work?", "where is session state defined?", "trace the workflow execution flow", "what is IWorkflowStore?" INVESTIGATE โ€” "should we use Drizzle or Prisma?", "what's the best way to add WebSockets?", "can we migrate to Turso?", "how do other projects handle rate limiting?" PRD โ€” "write a PRD for dark mode", "spec out the notification feature", "product requirements for webhook retry" PLAN โ€” "plan the auth refactor", "design the caching layer", "create an implementation plan for #42" IMPLEMENT โ€” "implement the plan", "execute .claude/smelter/plans/auth.plan.md", "build the feature from the plan", "code this up" REVIEW โ€” "review PR #123", "review my changes",

2026-05-25
test-release
software-quality-assurance-analysts-and-testers

Verify a released smelter binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating that a hotfix binary actually works after a re-tag. Triggers: "test the release", "test 0.3.1 via brew", "verify the curl install", "smoke test the binary", "did the release binary work", "run /test-release", "verify the release". NOT for: testing dev work (use bun link directly), testing unreleased changes (build locally via scripts/build-binaries.sh first), or running the full validate suite (bun run validate is separate).

2026-05-25
triage
software-developers

Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue details. Delegates to a specialized triage agent with label validation hooks.

2026-05-25
validate-ui
software-quality-assurance-analysts-and-testers

Comprehensive end-to-end validation of the Smelter Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Smelter web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration, or run comprehensive browser-based E2E tests. Triggers: "validate ui", "test the ui", "e2e test", "browser test", "validate smelter", "test smelter ui", "ui audit", "ux review", "comprehensive test", "validate everything". Capability: Starts Smelter, runs exhaustive browser automation tests via agent-browser CLI, performs codebase review, and produces a detailed bug/UX report. NOT for: Unit tests (use `bun test`), CLI-only validation (use /validation:validate-simple).

2026-05-25
workflow-e2e
software-quality-assurance-analysts-and-testers

Run Smelter real-interface E2E checks and capture concrete evidence for user-visible behavior.

2026-05-25
workflow-investigate
software-developers

Gather Smelter codebase evidence, reproduction details, architecture context, and scoped findings before downstream work.

2026-05-25
workflow-write-test
software-quality-assurance-analysts-and-testers

Create executable RED specifications before implementation, or record valid Smelter TDD exemptions.

2026-05-25
deep-interview
project-management-specialists

Smelter deep interview for planning-first requirement discovery before /brainstorm, /implement, or /fix execution

2026-05-25
workflow-agent-review
software-quality-assurance-analysts-and-testers

Perform focused Smelter code and security review after implementation before E2E validation.

2026-05-25
workflow-brainstorm-review
project-management-specialists

Review Smelter brainstorm artifacts for decision quality, risks, completeness, and implementation readiness.

2026-05-25
workflow-brainstorm
project-management-specialists

Drive Smelter planning-only brainstorming with context discovery, approach comparison, decisions, and design artifacts.

2026-05-25
workflow-e2e-review
software-quality-assurance-analysts-and-testers

Review Smelter E2E evidence for missing proof, weak assertions, screenshots, videos, and user-visible behavior coverage.

2026-05-25
workflow-e2e
software-quality-assurance-analysts-and-testers

Run Smelter real-interface E2E checks and capture concrete evidence for user-visible behavior.

2026-05-25
workflow-human-check
project-management-specialists

Final Smelter human approval gate for evidence review, completion decisions, commit approval, or rework routing.

2026-05-25
workflow-investigate-review
project-management-specialists

Review Smelter investigation artifacts for evidence gaps, contradictions, and unsupported claims.

2026-05-25
workflow-investigate
software-developers

Gather Smelter codebase evidence, reproduction details, architecture context, and scoped findings before downstream work.

2026-05-25
workflow-team-code-review
software-quality-assurance-analysts-and-testers

Perform final Smelter multi-perspective code review before human check on implementation workflows.

2026-05-25
workflow-verify
software-quality-assurance-analysts-and-testers

Run non-mutating Smelter verification with fresh command evidence before any pass or fail claims.

2026-05-25
workflow-write-test
software-quality-assurance-analysts-and-testers

Create executable RED specifications before implementation, or record valid Smelter TDD exemptions.

2026-05-25
brainstorm
project-management-specialists

Entry shim for Smelter /brainstorm planning mode. Use when Smelter asks to enter brainstorming workflow; immediately continue with workflow-investigate.

2026-05-25
explore
software-developers

Entry shim for Smelter /explore read-only mode. Use when Smelter asks to enter explore mode; immediately continue with workflow-investigate.

2026-05-25
fix
software-developers

Entry shim for Smelter /fix mode. Use when Smelter asks to enter bug-fix workflow; immediately continue with workflow-investigate.

2026-05-25
implement
software-developers

Entry shim for Smelter /implement mode. Use when Smelter asks to enter implementation workflow; immediately continue with workflow-investigate.

2026-05-25
infra
software-developers

Entry shim for Smelter /infra mode. Use when Smelter asks to enter infrastructure workflow; immediately continue with workflow-investigate.

2026-05-25
verify
software-developers

Entry shim for Smelter /verify mode. Use when Smelter asks to enter verification workflow; immediately continue with workflow-verify.

2026-05-25
workflow-agent-review
software-quality-assurance-analysts-and-testers

Perform focused Smelter code and security review after implementation before E2E validation.

2026-05-25
workflow-brainstorm-review
software-developers

Review Smelter brainstorm artifacts for decision quality, risks, completeness, and implementation readiness.

2026-05-25
workflow-brainstorm
software-developers

Drive Smelter planning-only brainstorming with context discovery, approach comparison, decisions, and design artifacts.

2026-05-25
workflow-coding
software-developers

Implement the smallest Smelter source change needed to turn RED tests GREEN under workflow gates.

2026-05-25
workflow-e2e-review
software-quality-assurance-analysts-and-testers

Review Smelter E2E evidence for missing proof, weak assertions, screenshots, videos, and user-visible behavior coverage.

2026-05-25
workflow-human-check
software-developers

Final Smelter human approval gate for evidence review, completion decisions, commit approval, or rework routing.

2026-05-25
workflow-implementation-plan-review
software-developers

Review Smelter implementation plans for file maps, TDD steps, risk coverage, and execution readiness.

2026-05-25
workflow-implementation-plan
software-developers

Create Smelter code-level implementation plans with exact files, tasks, TDD steps, and validation commands.

2026-05-25
Showing top 40 of 48 collected skills in this repository.