VerifiedGit
v1.0.0

dot-ai-changelog-fragment

by @vfarcic0 pulls
URLopenbooklet.com/s/dot-ai-changelog-fragment
Pinnedopenbooklet.com/s/dot-ai-changelog-fragment@1.0.0
APIGET /api/v1/skills/dot-ai-changelog-fragment

Create changelog fragment for release notes. Invoke during /prd-done workflow during the first push to the PR.

21 skills from this repovfarcic/dot-ai
dot-ai-changelog-fragmentviewing
dot-ai.claude/skills/dot-ai/SKILL.md

Kubernetes cluster operations via dot-ai CLI - natural language cluster queries, AI-powered deployment recommendations, issue troubleshooting and remediation, Day 2 operations (scale, update, rollback, delete), resources, namespaces, events, logs, organizational knowledge base (ingest, search, query), organizational patterns/policies/capabilities management, project scaffolding and repo audit, and session history and visualization. Run `dot-ai --help` for commands.

dot-ai-generate-cicd.claude/skills/dot-ai-generate-cicd/SKILL.md

Generate intelligent CI/CD workflows through interactive conversation by analyzing repository structure and user preferences

dot-ai-manageKnowledge.claude/skills/dot-ai-manageKnowledge/SKILL.md

Manage the knowledge base: ingest documents, search with natural language, or delete chunks. Use "ingest" to store organizational documentation, "search" to find relevant content semantically, or "deleteByUri" to remove all chunks for a document. TIP: For complex questions, you can call search multiple times with different phrasings to gather comprehensive information before synthesizing your answer.

dot-ai-manageOrgData.claude/skills/dot-ai-manageOrgData/SKILL.md

Unified tool for managing cluster data: organizational patterns, policy intents, and resource capabilities. For patterns and policies: supports create, list, get, delete, deleteAll, and search operations (patterns also support step-by-step creation workflow). For capabilities: supports scan, list, get, delete, deleteAll, and progress operations for cluster resource capability discovery and management. Use dataType parameter to specify what to manage: "pattern" for organizational patterns, "policy" for policy intents, "capabilities" for resource capabilities.

dot-ai-operate.claude/skills/dot-ai-operate/SKILL.md

AI-powered Kubernetes application operations tool for Day 2 operations. Handles updates, scaling, enhancements, rollbacks, and deletions through natural language intents. Analyzes current state, applies organizational patterns and policies, validates changes via dry-run, and executes approved operations safely.

dot-ai-prd-create.claude/skills/dot-ai-prd-create/SKILL.md

Create documentation-first PRDs that guide development through user-facing content

dot-ai-prd-done.claude/skills/dot-ai-prd-done/SKILL.md

Complete PRD implementation workflow - create branch, push changes, create PR, merge, and close issue

dot-ai-prd-next.claude/skills/dot-ai-prd-next/SKILL.md

Analyze existing PRD to identify and recommend the single highest-priority task to work on next

dot-ai-prd-start.claude/skills/dot-ai-prd-start/SKILL.md

Start working on a PRD implementation

dot-ai-prd-update-decisions.claude/skills/dot-ai-prd-update-decisions/SKILL.md

Update PRD based on design decisions and strategic changes made during conversations

dot-ai-prd-update-progress.claude/skills/dot-ai-prd-update-progress/SKILL.md

Update PRD progress based on git commits and code changes, enhanced by conversation context

dot-ai-prds-get.claude/skills/dot-ai-prds-get/SKILL.md

Fetch all open GitHub issues from this project that have the 'PRD' label

dot-ai-process-feature-request.claude/skills/dot-ai-process-feature-request/SKILL.md

Process a feature request or response from another dot-ai project. Reads from tmp directory, implements/integrates, and writes response if needed.

dot-ai-projectSetup.claude/skills/dot-ai-projectSetup/SKILL.md

Setup project, audit repository, or generate repository files. Use this when user wants to: setup project, audit repo, check missing files, create README, add LICENSE, generate CONTRIBUTING.md, add CI/CD workflows, initialize documentation, setup governance files. Analyzes local repositories and generates missing configuration, documentation, and governance files. Does NOT handle Kubernetes deployments - use recommend for those.

dot-ai-query.claude/skills/dot-ai-query/SKILL.md

Natural language query interface for Kubernetes cluster intelligence. Ask any questions about your cluster resources, capabilities, and status in plain English. Examples: "What databases are running?", "Describe the nginx deployment", "Show me pods in the kube-system namespace", "What operators are installed?", "Is my-postgres healthy?"

dot-ai-query-dot-ai.claude/skills/dot-ai-query-dot-ai/SKILL.md

Query sibling dot-ai projects to verify features are USABLE (not just defined). IMPORTANT: When calling this skill, explain HOW you plan to use the feature (e.g., 'I need to call X via REST API from the UI' or 'I need to import Y function'). This helps verify the full chain from definition to exposure.

dot-ai-recommend.claude/skills/dot-ai-recommend/SKILL.md

Deploy applications, infrastructure, and services using Kubernetes resources with AI recommendations. Supports cloud resources via operators like Crossplane, cluster management via CAPI, and traditional Kubernetes workloads. Describe what you want to deploy. Does NOT handle policy creation, organizational patterns, or resource capabilities - use manageOrgData for those.

dot-ai-remediate.claude/skills/dot-ai-remediate/SKILL.md

AI-powered Kubernetes issue analysis that provides root cause identification and actionable remediation steps. Unlike basic kubectl commands, this tool performs multi-step investigation, correlates cluster data, and generates intelligent solutions. Use when users want to understand WHY something is broken, not just see raw status. Ideal for: troubleshooting failures, diagnosing performance issues, analyzing pod problems, investigating networking/storage issues, or any "what's wrong" questions.

dot-ai-request-dot-ai-feature.claude/skills/dot-ai-request-dot-ai-feature/SKILL.md

Generate a feature request prompt for another dot-ai project. Use when you need a feature implemented in a sibling project (MCP server, controller, etc.) to unblock work in the current project.

dot-ai-tag-release.claude/skills/dot-ai-tag-release/SKILL.md

Create a release tag based on accumulated changelog fragments. Run when ready to cut a release.

Auto-indexed from vfarcic/dot-ai

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0