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

Configure Ai

skill-urmzd-dotfiles-configure-ai · by urmzd

Authors AGENTS.md and defines the skills-vs-docs boundary for a repo. Configures AI coding tools (Claude Code, Codex, Antigravity CLI, Copilot) and the skills-as-docs philosophy. Use when creating or auditing AGENTS.md, setting up AI tooling for a project, or deciding what belongs in a skill versus docs/. Do NOT use for README structure -> use write-readme; for llms.txt generation -> use create-l…

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-urmzd-dotfiles-configure-ai

✓ 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-urmzd-dotfiles-configure-ai)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

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 Configure Ai? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI Workflows

Specifications

| Convention | Spec | |------------|------| | SKILL.md | Agent Skills Specification | | AGENTS.md | agents.md Standard | | llms.txt | llms.txt Specification |

Skills vs Docs

  • Skills (skills//SKILL.md) = executable agent instructions. How to do things (conventions, workflows, tool usage)
  • Docs (docs/) = project documentation. What was decided and why (rfcs/, guides/, plans/, runbooks/, architecture/)
  • Both exist in every project; neither replaces the other
  • Every repo should also have: README.md (humans) + AGENTS.md (AI) + llms.txt (LLM discovery)
  • Root-level standard files (README, AGENTS.md, CONTRIBUTING, LICENSE, CODEOWNERS, llms.txt) stay at root; everything else goes in docs/

AI Tools

| Tool | Usage | |------|-------| | Claude Code (opus) | Primary AI coding assistant. Architecture, refactoring, multi-file edits | | OpenAI Codex | workspace-write "Auto" base config with a guardian auto-reviewer; ships writer, reviewer, plan, and guardian profiles/agents | | Google Antigravity CLI (agy) | Replaces legacy Gemini CLI; per-command allow/deny lists managed in-app via /permissions, --sandbox for terminal restrictions | | GitHub Copilot | Inline completion plus settings.json (model, reasoning effort, theme) |

Claude Code Configuration

Claude Code is configured per-project via CLAUDE.md files at the repository root. These files define:

  • Project context tech stack, directory structure, key patterns
  • Coding conventions naming, formatting, commit style
  • Behavioral rules what to avoid, how to handle edge cases
  • Memory persistent notes stored in .claude/ directories

Best Practices

  • Keep CLAUDE.md concise; it's loaded into every conversation
  • Use separate memory files for detailed topic notes
  • Reference project-specific tools and commands
  • Define verification steps (build, test, lint)

AGENTS.md Standard

Every repo MUST have AGENTS.md at root.

Template Structure

  1. Identity project name, one-line description
  2. Architecture high-level component overview
  3. Commands build, test, lint, run
  4. Code Style language-specific conventions
  5. Extension Guide how to add features

Do NOT include static directory trees or file tables; structure goes stale. Instead, instruct agents to use tree and ripgrep/ag to discover project layout on the fly.

Skills Standard

Every repo with a CLI or library should have skills//SKILL.md:

  • Frontmatter: name, description, argument-hint (for CLI tools)
  • Content: step-by-step guidance for using or extending the project
  • Skills live in skills//SKILL.md within each repo

Git Workflows

AI-assisted commit, review, and PR authoring live in dedicated agent skills (ship, pr, review), not in the release tool. The release tool (sr) is release-engineering only as of v7: release, status, config, init, migrate, completions, update. See sync-release for release conventions and sr migrate for the upgrade guide from older versions.

Source & license

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

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.