.agents/skills/adapt/SKILL.md
Analyze project and fill in PROJECT.md. Use when adapting dot-agents to a new project, after initial installation.
npx skillsauth add wogsland/marius-agents adaptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze the current project and fill in .agents/PROJECT.md with project-specific information.
Run this skill after installing dot-agents into a new project to customize the configuration.
Analyze project structure
Detect conventions
Update PROJECT.md
Suggest AGENTS.md updates
After running, PROJECT.md should look like:
# Project Configuration
## Project Name
my-awesome-app
## Tech Stack
- Language: TypeScript
- Framework: Next.js 14
- Database: PostgreSQL with Prisma
- Testing: Jest, Playwright
## Commands
```bash
# Install
pnpm install
# Development
pnpm dev
# Build
pnpm build
# Test
pnpm test
pnpm test:e2e
# Lint/Format
pnpm lint
pnpm format
tools
Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Use when running servers, long-running tasks, or background processes.
development
Deep research on technical topics, libraries, APIs, or concepts. Use when asked to research, investigate, explore deeply, or gather comprehensive information on a topic. Saves learnings to .agents/research/.
development
Autonomous multi-iteration feature implementation using handoff loops. Use when asked to "run ralph", "execute autonomously", "implement this plan autonomously", or for hands-free feature development from structured plans.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.