# Skill Audit:setup

> Set up the skill-audit plugin environment. ALWAYS invoke this skill when the user says "skill-audit setup", "setup skill audit", or "initialize skill audit". Do not attempt to configure the audit environment directly — use this skill first.

- **Type:** Skill
- **Install:** `agentstack add skill-seleznovivan-claude-skills-test-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SeleznovIvan](https://agentstack.voostack.com/s/seleznovivan)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [SeleznovIvan](https://github.com/SeleznovIvan)
- **Source:** https://github.com/SeleznovIvan/claude-skills-test/tree/main/skill-audit-plugin/skills/setup

## Install

```sh
agentstack add skill-seleznovivan-claude-skills-test-setup
```

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

## About

# /skill-audit:setup — Initialize Skill Audit Environment

Run this once per project to prepare the skill-audit plugin.

## Steps

### 1. Check cclogviewer MCP availability

Use ToolSearch to find cclogviewer MCP tools. Verify that at least `mcp__cclogviewer__list_sessions` is available.

If not available, tell the user:

```
cclogviewer MCP server is required but not found.

Install it:
  go install github.com/anthropics/cclogviewer@latest

Then add to your project .mcp.json:
  {
    "mcpServers": {
      "cclogviewer": {
        "command": "cclogviewer",
        "args": ["mcp"]
      }
    }
  }
```

### 2. Auto-discover project

- Read the current working directory
- Use `mcp__cclogviewer__list_projects` to find matching project entries
- Identify the project name that matches the current directory

### 3. Scan skills

- Use Glob to find `.claude/skills/*/SKILL.md` files
- Count how many skills exist
- Report findings to the user

### 4. Write setup config

Write a setup config to `.claude/skill-audit-setup.json`:

```json
{
  "project_name": "",
  "project_path": "",
  "skills_found": ,
  "skill_names": ["", "", ...],
  "cclogviewer_available": true,
  "setup_at": ""
}
```

### 5. Report

Print a summary:

```
skill-audit setup complete.

Project: 
Skills found: 
  - 
  - 
  ...

cclogviewer: OK

Run /skill-audit:audit to start the activation experiment.
```

## Source & license

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

- **Author:** [SeleznovIvan](https://github.com/SeleznovIvan)
- **Source:** [SeleznovIvan/claude-skills-test](https://github.com/SeleznovIvan/claude-skills-test)
- **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-seleznovivan-claude-skills-test-setup
- Seller: https://agentstack.voostack.com/s/seleznovivan
- 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%.
