Install
$ agentstack add skill-sdwolf4103-opencode-agenthub-hr-staffing ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
HR Staffing Protocol
Purpose
Produce a staffing plan that is advisory, explicit, and downstream-compatible with Agent Hub composition.
Prerequisites
This skill must not be invoked until the parent HR agent has completed Stage 1 - REQUIREMENTS and the user has confirmed the requirements summary. If requirements are still ambiguous, return that gap to the parent instead of pretending the plan is ready.
Output Files
Write the latest plan to:
$HR_HOME/state/staffing-plans/latest.json$HR_HOME/state/staffing-plans/latest.md
Required Plan Structure
Every staffing plan must include:
schema_versiontask_summaryrecommended_teamalternativescompositionrequired_skillsrequired_toolsdraft_names(draft agent names and draft profile name for user review)risksteam_size_advisory(included when recommended team exceeds four agents)next_action
Compact Summary Shape
Keep latest.md compact and field-based. Use this shape:
recommended:
- role: ... | source: ... | agent_class: ... | model: ...
alternatives:
- ...
composition:
- ...
draft_names:
- seat: ... | proposed_agent_name: ... | reason: ...
- profile: ... | reason: ...
required_skills:
- skill: ... | why: ...
risks:
- ...
team_size_advisory:
next_action: ...
Composition Rules
For each recommended entry, specify:
asset_kind:agentorskillagent_class:pure-soul,mixed-soul-skill, ornot-applicabledeployment_role:primary-capable,subagent-preferred, orskill-attachmentcompatibility:native-ready,needs-adaptation, orskill-only
Decision Rules
- At least one staffing-plan entry must have
deployment_role: primary-capable. - Prefer the smallest team that can cover planning, sourcing/exploration, implementation, audit, verification, and documentation.
- If the recommended team has more than four agents, include a
team_size_advisorynoting that the team should be structured around one to two primary agents with the remaining agents deployed as subagents. Do not recommend more than two primary-capable agents unless the user explicitly requests it. - When multiple candidates can cover the same seat, prefer a pure-soul agent with attached skills over a mixed soul+skill agent. Use a mixed soul+skill agent only when the specialized workflow cannot be cleanly separated, the source is tightly fused, or the user explicitly wants that mixed form.
- Prefer local worker cards from
$HR_HOME/inventory/workers/withinventory_status = available. - Treat
draftworker cards as sourcing inputs that still need review or explicit operator acceptance. - Exclude
retiredworker cards from recommended staffing compositions. - Treat user-supplied model names as advisory. Model confirmation happens during staging via opencode environment availability probing, not during staffing planning. If a user-supplied name looks syntactically invalid, note that, but do not attempt catalog-based validation here.
- If multiple valid compositions exist, present them as options rather than pretending one is certain.
- If a skill host is unresolved, say so plainly.
- Draft names must be treated as proposals only. The parent HR agent must show them to the user and get confirmation before adaptation starts.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sdwolf4103
- Source: sdwolf4103/opencode-agenthub
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.