name-plan

Renames plan files and code symbols with git-aware safety checks.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/apexradius/agentic-os --skill name-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: name-plan
Source: https://github.com/apexradius/agentic-os/tree/main/skills/name-plan
Command: npx skills add https://github.com/apexradius/agentic-os --skill name-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of renaming plan files and code symbols, providing a streamlined approach to renaming conventions and ensuring git history integrity.

Core Features & Use Cases

  • Plan File Renaming: Renames plan files to more meaningful names using content analysis and convention detection.
  • Code Symbol Renaming: Batch renames variables, functions, files, or directories with safety checks and git-aware updates.
  • Use Case: If you need to rename a project directory or refactor a codebase, this Skill can quickly and safely update the naming conventions without manually tracking changes.

Quick Start

To rename a plan file, use the 'name-plan' skill with the target path and optional new name: name-plan my-plan-file.md my-new-plan-name.

Frequently Asked Questions about name-plan

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

FAQPage Schema
How do I batch rename code symbols while preserving git history?

Batch renaming code symbols while preserving git history requires safe renaming mechanisms with git-aware updates. This process utilizes safety checks and preview mechanisms to ensure version control integrity during codebase refactoring operations.

What is the best way to rename plan files based on content analysis?

Renaming plan files based on content analysis involves detecting naming conventions within the file text. This approach analyzes document content to automatically generate more meaningful file names without manual tracking.

Can I preview file renaming changes before committing them to git?

Previewing file renaming changes before committing is supported through built-in preview mechanisms. You can verify batch renaming safety checks and intended naming convention updates prior to executing git-aware modifications.

Does convention detection work for renaming variables and functions in a codebase?

Convention detection works for renaming variables and functions by utilizing code scanning to identify existing patterns. This allows batch renaming of code symbols across files and directories with consistent safety checks.

How do I rename a project directory without breaking code references?

Renaming a project directory without breaking code references requires code scanning and file manipulation to track dependencies. This ensures safe renaming of directories while maintaining codebase integrity through git-aware updates.