Init
Skill Verifiziert AktivInitializes an optional repo-local agent collaboration preference file at `.ai/swe.json` by running a short interview or a zero-question quick mode. Use when a user says `initialize agent settings for this repo`, `set up my local agent prefs here`, `run quick init for this project`, or `create .ai/swe.json for how I like to work`. Do NOT use for `npm init`, project scaffolding, dependency installation, or environment bootstrap.
To allow developers to easily configure how AI agents collaborate within a specific repository, providing a persistent and versionable preference layer.
Funktionen
- Initializes repo-local agent preference file (`.ai/swe.json`)
- Supports interactive interview or zero-question quick mode
- Manages `.gitignore` updates for local-only storage
- Defines a compact JSON schema for agent preferences
- Establishes clear precedence rules for preferences
Anwendungsfälle
- Setting up local agent settings for a new project
- Quickly applying opinionated agent defaults to a repository
- Creating a versionable preference file for team collaboration
- Configuring how agents plan, scope, validate, and report work locally
Nicht-Ziele
- Project scaffolding or dependency installation
- Environment bootstrap or credential setup
- Broad repo documentation or agent guidance rewrites
- Forcing `.gitignore` changes without explicit user request
Installation
/plugin install swe-skills@ckorhonen-swe-skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.
Setup Tailwind Typescript
100Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.