init

Analyze project structure to detect tech stack and update AGENTS.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/phni3j9a/ccmobile --skill init-phni3j9a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/phni3j9a/ccmobile/tree/main/.claude/skills/init
Command: npx skills add https://github.com/phni3j9a/ccmobile --skill init-phni3j9a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial analysis of a project's structure and tech stack, streamlining the process of updating configuration files like AGENTS.md.

Core Features & Use Cases

  • Automated Tech Stack Detection: Identifies programming languages, package managers, build tools, and key libraries from project files.
  • User-Guided Configuration: Asks targeted questions to gather project overview, comment language preferences, and additional coding rules.
  • AGENTS.md Update: Partially updates AGENTS.md with detected project information and user-provided details.
  • Rule Optimization: Suggests removal of unnecessary rules based on project type.

Quick Start

Analyze this project and update AGENTS.md with the detected tech stack and commands.

Frequently Asked Questions about init

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

FAQPage Schema
How do I detect the tech stack and update AGENTS.md for a new project?

To update AGENTS.md, this skill scans your project structure to detect the tech stack, identifies Node.js, Python, Rust, or Go setups, extracts build commands, and partially updates the file with your provided project overview.

What's the best way to automate npm scripts and poe tasks discovery for configuration files?

Automating configuration files is done by analyzing your project files to automatically discover npm scripts and poe tasks, then suggesting these common commands for inclusion in your AGENTS.md update.

Can I use this to detect CI/CD configurations in .github/workflows/

Yes, you can use this to detect CI/CD configurations by scanning the .github/workflows/ directory, identifying your Dockerfiles and Makefiles, and integrating these setup details into your project configuration.

Does project setup analysis suggest removing unnecessary configuration rules?

Yes, project setup analysis suggests removing unnecessary rules by evaluating your detected tech stack and prompting you for additional coding rules to optimize the final AGENTS.md configuration.

What programming languages and package managers are supported during project structure analysis?

Project structure analysis supports Node.js, Python, Rust, and Go programming languages, identifying their specific package managers, key libraries, build configurations, and common task commands.

How do I configure comment language preferences when initializing AGENTS.md?

To configure comment language preferences, the skill prompts you directly for your desired language and project overview details before performing the partial update to AGENTS.md.