# Onboard Contributor

> Get a new contributor (human or agent) from zero to a running start_work.sh loop against this repo.

- **Type:** Skill
- **Install:** `agentstack add skill-vanterx-mssql-performance-skills-onboard-contributor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [vanterx](https://agentstack.voostack.com/s/vanterx)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [vanterx](https://github.com/vanterx)
- **Source:** https://github.com/vanterx/mssql-performance-skills/tree/main/.claude/skills/onboard-contributor

## Install

```sh
agentstack add skill-vanterx-mssql-performance-skills-onboard-contributor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Onboard Contributor

Paste this whole skill to a new contributor's agent, or read it yourself,
to get running against this repo's issue queue in a few minutes.

## Which path applies to you?

| You have... | Do this |
|---|---|
| Write access + an agent CLI (Claude Code/OpenCode/Codex) | **Autopilot**: run `./scripts/start_work.sh` and let it claim, work, and open PRs for you. |
| Write access, no agent CLI | **Manual**: pick an issue labeled `status: available`, claim it by hand (see `AGENT_CONTRACT.md` step 2), do the work yourself, open a PR the same way. |
| No write access | **Fork**: fork the repo, comment on the issue you're picking up, push your branch to your fork, then `gh pr create --repo : --head :`. |

## Autopilot quickstart

```bash
gh auth login                 # once, if not already authenticated
export AW_AGENT=claude        # or opencode / codex
./scripts/start_work.sh
```

The loop will:
1. Fetch open issues, prefer your own `status: changes-requested` rework,
   then freed rework, then fresh `status: available` work.
2. Claim the issue, spin up a throwaway git worktree, run your agent CLI
   against a generated prompt.
3. Open a PR if the agent succeeded, or release the issue back to
   `available` if it didn't.

You never need to touch labels yourself — the script does it. See
`AGENT_CONTRACT.md` for the full contract and `.claude/docs/aw/AUTOMATION.md` for the status
lifecycle this loop drives.

## Before you start

- Read this project's own README/CONTRIBUTING (if present) for
  project-specific conventions — this skill only covers the generic
  claim/work/PR loop, not what "good work" looks like here.
- Check for a `do-not-automate` label on any issue before claiming it —
  that's a human-only parking brake.
- If you're setting this workflow up for the first time in a repo, see
  `.claude/docs/aw/GETTING_STARTED.md` instead of this skill.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [vanterx](https://github.com/vanterx)
- **Source:** [vanterx/mssql-performance-skills](https://github.com/vanterx/mssql-performance-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-vanterx-mssql-performance-skills-onboard-contributor
- Seller: https://agentstack.voostack.com/s/vanterx
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
