# Source Grounding

> >

- **Type:** Skill
- **Install:** `agentstack add skill-danielleit241-my-skills-source-grounding`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [danielleit241](https://agentstack.voostack.com/s/danielleit241)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** ISC
- **Upstream author:** [danielleit241](https://github.com/danielleit241)
- **Source:** https://github.com/danielleit241/forge/tree/main/skills/source-grounding

## Install

```sh
agentstack add skill-danielleit241-my-skills-source-grounding
```

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

## About

# Source Grounding

Use sources when correctness depends on current or version-specific behavior.
Local code is the primary source for this repo; official docs are the primary
source for external APIs and frameworks.

## Process

1. Detect the version and surface:
   - package lock, config, imports, CLI output, SDK version
   - runtime, framework, database, provider, or protocol
2. Choose source tier:
   - repo source and tests for local behavior
   - official docs or API reference for external behavior
   - release notes or migration guides for version changes
   - source code/types when docs are incomplete
3. Record a source note:
   - claim
   - source path or URL
   - version/date if available
   - confidence
   - what remains unverified
4. Apply the finding narrowly:
   - update the plan, phase brief, implementation, or review package
   - do not paste long docs into artifacts
   - mark any unsourced assumption explicitly

## Source Note

```markdown
## Source Grounding

Claim: {behavior or API decision}
Source: {repo path, official docs URL, type definition, release note}
Version: {detected version or unknown}
Confidence: {high | medium | low}
Unverified: {none or remaining uncertainty}
```

## Red Flags

- Using remembered API syntax for a library version not checked locally.
- Treating blog posts or examples as authoritative over official docs.
- Ignoring local wrappers or project conventions.
- Updating code from docs without checking installed version.
- "Probably works" appears in a plan, review, or completion claim.

## Verification

- [ ] Version or local source was checked when relevant.
- [ ] External claims use official or primary sources.
- [ ] Unverified assumptions are labeled.
- [ ] The final artifact cites the source note briefly.

## Source & license

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

- **Author:** [danielleit241](https://github.com/danielleit241)
- **Source:** [danielleit241/forge](https://github.com/danielleit241/forge)
- **License:** ISC

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-danielleit241-my-skills-source-grounding
- Seller: https://agentstack.voostack.com/s/danielleit241
- 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%.
