ai-superpower/.ai/skill-list.txt
moilanik 191f9f4f2a refactor(ai-skills): harden control flow and reduce instruction drift
Tighten root/core control flow, add dedicated post-mortem, web, and
context-hygiene capabilities, and reduce instruction drift through clearer
ownership, conflict-priority handling, and README/docs workflow alignment.
This makes long-session AI behavior more deterministic while keeping the
instruction system compact and maintainable.
2026-04-21 16:01:21 +03:00

23 lines
4.3 KiB
Plaintext

# Generated skill list - Tue Apr 21 15:46:31 EEST 2026
.ai/skills/root-skill/SKILL.md | meta | high | The absolute master configuration and state machine for the AI. This is the entry point that governs how the AI operates, changes states, and loads other skills.
.ai/skills/clean-code/SKILL.md | code | medium | Apply clean code principles, SOLID, and DRY practices. Use when writing, reviewing, or refactoring application code.
.ai/skills/documentation/SKILL.md | workflow | low | Rules and structures for writing project documentation in Markdown. Use when creating, formatting, or updating markdown docs.
.ai/skills/analysis/SKILL.md | workflow | high | Deep analysis, comparison of options, or scratchpad for technical results. Acts as the informal precursor to permanent documentation.
.ai/skills/kubernetes-access/SKILL.md | infra | high | Defines workflows for interacting with Kubernetes clusters, depending on whether a valid kubeconfig is present. Emphasizes read-only access and strict IaC adherence.
.ai/skills/docs/SKILL.md | workflow | low | Rules for maintaining the project's documentation folder (ai-context.md and architecture.md). Use when editing or creating project documentation files.
.ai/skills/readme/SKILL.md | meta | low | Guidelines for creating or updating README files. Use when generating, formatting, or editing the project's root README.md.
.ai/skills/post-mortem/SKILL.md | workflow | high | Defines a strict, auditable post-mortem workflow after AI mistakes or user corrections. Use when the AI is corrected, a check/test fails, or behavior-level prevention changes are needed.
.ai/skills/use-cases/SKILL.md | workflow | low | Structure use case documentation following rigid outlines to prevent bloat. Use when defining application use cases, stories, or functional requirements.
.ai/skills/iac/SKILL.md | infra | high | Best practices for Infrastructure as Code, GitOps, minimizing configuration drift, and avoiding imperative infrastructure operations.
.ai/skills/core-principles/SKILL.md | meta | high | The absolute foundational behavior, etiquette, and operational methodology for the AI assistant. Use when discussing AI behavior, rules, speed vs quality, or making decisions.
.ai/skills/mermaid/SKILL.md | workflow | low | Safe Mermaid diagram generation avoiding raw HTML entities and newlines. Use when generating, formatting, or updating Mermaid graphs or diagrams.
.ai/skills/clean-architecture/SKILL.md | code | medium | Enforce clean architecture principles and Hexagonal/Onion patterns. Use when designing system architecture, domains, or defining module boundaries.
.ai/skills/file-editing/SKILL.md | workflow | low | Rules for sandbox file editing into tmp/ topics to avoid root pollution. Use when creating temporary files, drafts, scratchpads, or experimenting.
.ai/skills/context-hygiene/SKILL.md | workflow | medium | Keep long sessions focused by summarizing stale branches and preserving the active objective path. Use when conversation context gets noisy, branches pile up, or user asks to refocus.
.ai/skills/grill-me/SKILL.md | workflow | medium | Active interrogator mode to clarify fuzzy requirements before starting work. Use when requirements are unclear, assumptions would otherwise be needed, or when the user asks to be grilled.
.ai/skills/project-context/SKILL.md | meta | low | Establish how the AI should fetch, create, and interact with a project's individual ai-context.md file. Use when setting up a new project or looking for project repo context.
.ai/skills/helm/SKILL.md | infra | medium | Helm chart guidelines focusing on explicit resource naming over complex umbrellas. Use when creating, modifying, or reviewing Helm charts and Kubernetes manifests.
.ai/skills/web-ai/SKILL.md | workflow | medium | Defines browser/web AI runtime rules for loading skills via remote raw URLs and keeping instruction context fresh. Use when running in browser-based AI, remote chat tools, or environments without direct local file access.
.ai/skills/write-skill/SKILL.md | workflow | medium | Create new agent skills with proper structure and AI superpower constraints. Use when user wants to create, write, or build a new skill, rule, or instruction.
.ai/skills/git/SKILL.md | workflow | medium | Enforce semantic versioning and strict Git commit message formats (topic-level). Use when committing code, parsing git history, or writing commit messages.