code-nest-project-spec

Identify Code-Nest modules and workflows for a given change.

772|23|Updated Jul 20, 2023
One-click install
npx skills add https://github.com/xiaou61/Code-Nest --skill code-nest-project-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-nest-project-spec
Source: https://github.com/xiaou61/Code-Nest/tree/main
Command: npx skills add https://github.com/xiaou61/Code-Nest --skill code-nest-project-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-Nest 项目在多模块协作中存在改动落点不清、模块边界不明确和风格不一致等挑战。本技能通过分析 SKILL.md、仓库结构与前置约定,帮助开发者快速定位受影响模块,并给出最小落地方案。

Core Features & Use Cases

  • 自动识别应落地的模块及前后端边界,确保变更归属明确。
  • 提供遵循现有命名与约定的步骤,降低重复讨论与回滚成本。
  • 给出激活改动的最小可运行路径(编译、联调与验证所需步骤)。
  • 支持跨模块协作的落地建议与文档编制模板。

Quick Start

在开始变更前,使用本 Skill 确定受影响的模块并输出遵循 Code-Nest 约定的最小落地步骤。

Frequently Asked Questions about code-nest-project-spec

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

FAQPage Schema
How do I identify which modules to modify for a multi-module Code-Nest feature development?

To identify affected modules for multi-module Code-Nest development, analyze the repository structure and SKILL.md files to automatically determine frontend-backend boundaries and enforce naming conventions, ensuring clear change ownership and minimal rollback costs.

What is the best way to coordinate API and SQL migrations across multiple Code-Nest modules?

Coordinating API and SQL migrations across Code-Nest modules involves analyzing SKILL.md and repository structures to locate impacted modules, then outputting minimal actionable steps that align with existing conventions to reduce integration friction.

How does YAML frontmatter enforce module boundaries in Code-Nest workflows?

YAML frontmatter enforces module boundaries in Code-Nest workflows by validating module naming conventions and metadata presence, ensuring that changes are routed to the correct modules and that controlled activations utilize SKILL.md with optional resources like scripts or references.

Can I use this approach for refactoring tasks across both frontend and backend Code-Nest modules?

Yes, you can use this approach for refactoring tasks across frontend and backend Code-Nest modules. The workflow identifies the appropriate modules, enforces YAML frontmatter presence, and provides minimal runnable paths for compilation and joint debugging.

Do I need to manually configure scripts and references when activating a Code-Nest module change?

You do not need to manually configure scripts and references when activating a Code-Nest module change. The workflow provides guidance on using SKILL.md with optional resources like scripts, references, and assets to support controlled activations and minimal deployment paths.

Why are my Code-Nest cross-module changes failing to compile during joint debugging?

Cross-module Code-Nest changes fail during joint debugging when module boundaries and naming conventions are not properly aligned. Enforcing YAML frontmatter and following the minimal runnable path for compilation and verification ensures successful frontend-backend integration.