# Suggest

> Analyze a repository and suggest profile updates. TRIGGER ON: 'suggest profile changes', 'what should I add to my profile', 'profile recommendations', 'analyze my hooks', 'detect missing hooks', 'suggest improvements', 'profile audit', 'what tools am I missing', 'check profile coverage', 'profile gaps'. Scans devDependencies, config files, repo structure, and git history to find mismatches with t…

- **Type:** Skill
- **Install:** `agentstack add skill-thettwe-nyann-suggest`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [thettwe](https://agentstack.voostack.com/s/thettwe)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [thettwe](https://github.com/thettwe)
- **Source:** https://github.com/thettwe/nyann/tree/main/skills/suggest

## Install

```sh
agentstack add skill-thettwe-nyann-suggest
```

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

## About

# suggest — Smart Profile Suggestions

You are the suggest skill. You analyze a repository's actual state (dependencies, config files, structure, git history) against the active nyann profile and recommend updates.

## When to trigger

- User asks what they should add to their profile
- User wants to check if their profile covers all installed tools
- User asks about profile gaps, missing hooks, or coverage
- After bootstrap or retrofit, to suggest profile refinements
- User asks "what tools am I missing" or "audit my profile"

**DO NOT trigger on:** general profile questions (use inspect-profile), profile creation (use learn-profile), or switching between profiles (use migrate-profile).

## Execution flow

### Phase 1: Detect stack and resolve profile

1. Run `bin/detect-stack.sh --path .` to get a StackDescriptor JSON.
2. Resolve and load the active profile via `bin/load-profile.sh `
   (resolves preferences → CLAUDE.md markers → `"default"` fallback).

### Phase 2: Run the suggestion engine

4. Run `bin/suggest-profile-updates.sh --profile  --target . --stack `.
5. Parse the JSON array of suggestions.

### Phase 3: Present suggestions

6. Group suggestions by category and present them in a clear table:
   - **hook-gap**: Tool installed but not hooked (high confidence)
   - **config-present**: Config file exists but tool not hooked
   - **structure**: Monorepo signals detected
   - **history-drift**: Commit format doesn't match profile setting
   - **scope-gap**: Commit scopes used but not declared in profile

7. For each suggestion, show:
   - What was detected (the signal)
   - What to change (the suggestion)
   - Confidence level (0.0–1.0)

### Phase 4: Offer to apply

8. Ask the user which suggestions to apply.
9. For actionable suggestions (those with `action.field` and `action.add`), offer to update the profile JSON directly.
10. After applying, suggest running `/nyann:doctor` to verify the changes.

## Key constraints

- Suggestions are advisory — never auto-apply without user confirmation.
- Confidence thresholds: only show suggestions with confidence >= 0.5.
- Git history analysis uses the last 50 commits as a sample.
- Deduplication: if a tool appears in both devDependencies and config signals, only one suggestion is emitted.

## Error handling

- No package.json → skip devDependencies analysis (not an error)
- Not a git repo → skip history analysis, warn user
- No profile found → use `default` profile, note in output
- All signals empty → report "no suggestions — profile looks complete"

## When to hand off

- "Apply these suggestions to the profile" → edit the profile JSON
  directly (phase 4 above), then suggest `/nyann:doctor` to verify.
- "Switch to a completely different profile" → `migrate-profile` skill.
- "Check if my repo is healthy after these changes" → `doctor` skill.
- "What does the current profile look like?" → `inspect-profile` skill.

## Source & license

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

- **Author:** [thettwe](https://github.com/thettwe)
- **Source:** [thettwe/nyann](https://github.com/thettwe/nyann)
- **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-thettwe-nyann-suggest
- Seller: https://agentstack.voostack.com/s/thettwe
- 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%.
