# Setup

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-adit-jain-srm-skill-forge-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Adit-Jain-srm](https://agentstack.voostack.com/s/adit-jain-srm)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Adit-Jain-srm](https://github.com/Adit-Jain-srm)
- **Source:** https://github.com/Adit-Jain-srm/skill-forge/tree/main/skills/setup
- **Website:** https://github.com/Adit-Jain-srm/skill-forge#quick-start

## Install

```sh
agentstack add skill-adit-jain-srm-skill-forge-setup
```

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

## About

## Overview

One-time configuration that asks your preferences (platforms, domains, GitHub username, discovery style) and generates a config all other skill-forge capabilities use.

# Setup skill-forge

Run this ONCE per environment. It configures skill-forge to work the way YOU work.

I'll ask you a few questions, then create a config that all other skill-forge capabilities use.

## Questions I'll Ask

1. **GitHub username** — Where should published skills be created?
2. **What platforms do you use?** — Cursor / Claude Code / Codex / Gemini / Windsurf / Other
3. **What domains interest you most?** — Frontend / Backend / DevOps / AI / Security / Data / Other
4. **How aggressive should discovery be?** — Conservative (weekly) / Normal (daily) / Maximum (continuous)
5. **Publishing preferences** — Auto-publish when quality passes? Or always ask first?
6. **Existing skills to integrate with** — Which installed skills should skill-forge know about?

## What Gets Created

After answering, I'll generate:

```
memory/user-config.json
```

All other skills read this config. Your preferences persist across sessions.

## Example Config

```json
{
  "github_user": "your-username",
  "platforms": ["cursor", "claude-code"],
  "domains_of_interest": ["backend", "devops", "ai"],
  "discovery_aggression": "normal",
  "auto_publish": false,
  "installed_skills_to_integrate": ["superpowers/*", "azure-skills/*"],
  "quality_bar": "validate_before_ship",
  "configured_at": "2026-06-04T03:00:00Z"
}
```

## Why This Matters

Without setup:
- skill-forge doesn't know YOUR GitHub username (can't publish for you)
- Discovery is generic (not tuned to your interests)
- Doesn't know what you already have installed (creates duplicates)

With setup:
- Personalized discovery (your domains, your platforms)
- Publishing goes to YOUR account
- Integrates with YOUR existing skills (no duplication)
- Respects your automation preferences

## Source & license

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

- **Author:** [Adit-Jain-srm](https://github.com/Adit-Jain-srm)
- **Source:** [Adit-Jain-srm/skill-forge](https://github.com/Adit-Jain-srm/skill-forge)
- **License:** MIT
- **Homepage:** https://github.com/Adit-Jain-srm/skill-forge#quick-start

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-adit-jain-srm-skill-forge-setup
- Seller: https://agentstack.voostack.com/s/adit-jain-srm
- 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%.
