# Send Senior Dev to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "senior-dev",
    "name": "Senior Dev",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/michaelmonetized/senior-dev",
    "canonicalUrl": "https://clawhub.ai/michaelmonetized/senior-dev",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/senior-dev",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=senior-dev",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "senior-dev",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T16:41:40.187Z",
      "expiresAt": "2026-05-15T16:41:40.187Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=senior-dev",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=senior-dev",
        "contentDisposition": "attachment; filename=\"senior-dev-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "senior-dev"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/senior-dev"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/senior-dev",
    "downloadUrl": "https://openagent3.xyz/downloads/senior-dev",
    "agentUrl": "https://openagent3.xyz/skills/senior-dev/agent",
    "manifestUrl": "https://openagent3.xyz/skills/senior-dev/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/senior-dev/agent.md"
  }
}
```
## Documentation

### Senior Dev

A 12-step production workflow that keeps context across compaction.

### 1. Setup

cd ~/Projects/<project>

Create or append to TODO.md:

## [Date] Task: <description>
- [ ] Subtask 1
- [ ] Subtask 2

### 2-3. Execute & Track

Complete work, check off TODO items as done.

Update CHANGELOG.md (create if missing):

## [Unreleased]
### Added/Changed/Fixed
- Description of change

### 4-5. Stage & Verify

git add -A
git diff --staged  # Verify changes match request

### 6-7. Create PR

Branch naming: (issue|feature|fix)/<short-description>

gt create "feature/add-dark-mode" -m "Add dark mode toggle"
gt submit

If this fixes an issue, create the issue first:

gh issue create --title "Bug: description" --body "Details..."
# Note the issue number
gt create "issue/42-fix-login-bug" -m "Fix login bug (#42)"
gt submit

### 8-9. Review Cycle

Wait for reviewer comments. Address feedback:

# Make fixes
git add -A
gt modify -m "Address review feedback"
gt submit

### 10-11. Post-Merge Deploy Check

After PR merges:

git checkout main && git pull

For Vercel projects:

# Watch deployment (polls until Ready/Error, auto-fetches logs on failure)
vl

If build fails → gh issue create with error logs, restart from step 6.

### 12. Report & Cleanup

Report completion format:

✅ [Project] Task completed
PR: <url>
Deploy: success/failed

### Quick Reference

StepCommandPurposeStagegit add -AStage all changesVerifygit diff --stagedReview before commitBranchgt create "type/name" -m "msg"Create branch + commitPRgt submitPush + create/update PRIssuegh issue createTrack bugs/tasksDeployvlWatch build, auto-fetch logs on error

### Branch Prefixes

feature/ — New functionality
fix/ — Bug fixes
issue/ — Linked to GitHub issue (include #number)
chore/ — Maintenance, deps, config

### Files to Maintain

TODO.md — Active task tracking (survives context compaction)
CHANGELOG.md — Version history
PLAN.md — Architecture decisions (optional)

### Tools Required

gt — Graphite CLI for stacked PRs
gh — GitHub CLI for issues
vl — Vercel deploy watcher (or vercel CLI)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: michaelmonetized
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T16:41:40.187Z
- Expires at: 2026-05-15T16:41:40.187Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/senior-dev)
- [Send to Agent page](https://openagent3.xyz/skills/senior-dev/agent)
- [JSON manifest](https://openagent3.xyz/skills/senior-dev/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/senior-dev/agent.md)
- [Download page](https://openagent3.xyz/downloads/senior-dev)