flowplane-skill-maintainer

Detect code changes affecting skills and prompt updates to skill definitions.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-skill-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowplane-skill-maintainer
Source: https://github.com/rajeevramani/flowplane/tree/main/.claude/skills/flowplane-skill-maintainer
Command: npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-skill-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Flowplane skills aligned with codebase changes to prevent drift and outdated mappings.

Core Features & Use Cases

  • Automates detection of code changes that affect skills and prompts updates to relevant skill definitions.
  • Provides a structured checklist to maintain consistency across skill documentation when features are added or modified.
  • Reduces maintenance toil by codifying the source-to-skill mapping and keeping skill inventories in sync.

Quick Start

Run the update checklist after any feature work to sync skills with code changes.

Frequently Asked Questions about flowplane-skill-maintainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent skill documentation drift after code refactoring?

Skill drift after code refactoring is prevented by mapping source changes to affected skills, prompting updates to relevant skill definitions to ensure code and documentation stay in sync.

What is code-to-skill mapping for developer tools?

Code-to-skill mapping codifies the relationship between source files and skill definitions, automatically detecting code changes that affect skills and flagging them for updates.

How do I run a post-change checklist to sync skills with code changes?

Run the update checklist after feature work, refactors, or updates to sync skills with code changes, enforcing consistency by referencing internal docs for recoverability.

Can I use this skill maintenance tool during active feature work?

Yes, this skill maintenance tool applies during active feature work, refactors, and updates to detect affected skills and prompt updates to relevant skill definitions.

What's the best way to maintain a skill inventory in sync with the codebase?

The best way to maintain a skill inventory in sync with the codebase is codifying the source-to-skill mapping and running a structured post-change checklist to reduce maintenance toil.

Why does outdated skill documentation occur after updates?

Outdated skill documentation occurs after updates when source-to-skill mappings are not codified, causing drift between the latest code and skill definitions during refactors.