Agent skill
start-http-registry
Start the local HTTP registry server for development. Use when testing infra scripts or commands that need a Abacus work private overrides such as RPC URLS.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/start-http-registry
SKILL.md
Start HTTP Registry Server
Start the http-registry server in the background.
Instructions:
- First, find the monorepo root (working directory may have drifted):
bash
git rev-parse --show-toplevel - Run the command with
run_in_background: true, prefixing withcdto the monorepo root:bashcd <MONOREPO_ROOT> && pnpm -C typescript/infra start:http-registry - After starting, report the task/shell ID to the user
- Remind the user they can stop it later with
KillShellusing that ID - Note the URL that the registry is running on, which would be
http://localhost:<port>, where the port can be found in the logs.
Example output:
Started http-registry server in background (shell ID:
shell_abc123). To stop it later, I can use KillShell or you can run/stop-http-registry.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?