AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Project

skill-fmind-dot-agent-project · by fmind

Set up a repository's agent layer: AGENTS.md and shared skills layout, coding-agent discovery, and host bridges.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-fmind-dot-agent-project

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fmind-dot-agent-project)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Project? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Set Up Agents on a Project

Author the shared project instruction and skill layer once, then add only required host bridges. [repository-docs](../repository-docs/SKILL.md) owns instruction content; [mcp-setup](../mcp-setup/SKILL.md) owns MCP configuration.

Workflow

  1. Inspect first: preserve existing AGENTS.md, host files, skills, and user settings; reuse a stack-specific instruction file when one exists.
  2. Create the shared layer: AGENTS.md from the [project template](templates/AGENTS.md), .agents/skills/, and an ignored .agents/prompts/ working inbox for [task-prompts](../task-prompts/SKILL.md).
  3. Bridge installed hosts: follow [host-setup.md](references/host-setup.md) for Claude links, optional configuration, and native custom-agent locations; do not create unused host files.
  4. Verify discovery: read [host-discovery.md](references/host-discovery.md) for listing commands and native plugin catalogs; distinguish presence from demonstrated instruction following.
  5. Install vendor skills deliberately: follow the shared [vendor-skill policy](references/vendor-skills.md) for source review, project scope, versioning, replacement, and the current skills versus preview gh skill boundary.
  6. Keep current: route repository changes through [repository-docs](../repository-docs/SKILL.md), including project-local skill references.

Gotchas

  • One rule body: shared rules live in AGENTS.md; CLAUDE.md is only the bridge, never a second copy.
  • Smallest override: project configuration overrides the user's global defaults; add only what the repository needs.
  • Strict formats: keep JSON free of comments unless the host documents JSONC, and validate TOML before launching an agent.
  • Untrusted configuration: review a repository's hooks, MCP servers, skills, plugins, and custom-agent definitions before enabling them.

Official source audit

Read the [dated official skill source audit](references/official-skills.md) when selecting a vendor package. It records inspected sources and gaps; recheck the selected source before installation.

Documentation

  • AGENTS.md standard · Agent Skills specification
  • Companion skills: [mcp-setup](../mcp-setup/SKILL.md) (MCP servers), [repository-docs](../repository-docs/SKILL.md) (instruction conventions and freshness), [task-prompts](../task-prompts/SKILL.md) (.agents/prompts/).

Source & license

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

  • Author: fmind
  • Source: fmind/dot
  • License: MIT
  • Homepage: https://fmind.dev

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.