acquisition-development-notes

Document acquisition development experiences, known bugs, and workflow guidelines.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill acquisition-development-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acquisition-development-notes
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/acquisition-development-notes
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill acquisition-development-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It consolidates HOLO acquisition system development experiences, known bugs, and workflow standards into an easily searchable knowledge base, preventing repeated mistakes and saving onboarding time.

Core Features & Use Cases

  • Bug Documentation: Detailed records of issues like Chinese variable name errors in Python scripts.
  • Routing Guidance: Clear mapping between repository files and runtime locations (e.g., ROUTING‑TABLE.yaml paths).
  • Workflow Standards: Step‑by‑step development and deployment procedures for new acquisition skills.
  • Use Case: When a developer needs to troubleshoot a new skill or ensure proper routing table updates, they consult this skill for concise instructions and best‑practice checklists.

Quick Start

Ask the acquisition development notes skill for the latest bug fix regarding Chinese variable names.

Frequently Asked Questions about acquisition-development-notes

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

FAQPage Schema
How do I fix Chinese variable name errors in Python acquisition scripts?

To fix Chinese variable name errors in Python acquisition scripts, consult the documented bug tracking records for detailed troubleshooting steps and best practices to prevent recurring issues.

What is the standard workflow for developing and deploying new acquisition skills?

The standard workflow for developing acquisition skills involves following step-by-step development and deployment procedures, ensuring proper routing table updates, and adhering to structured YAML frontmatter requirements in SKILL.md files.

How do I map repository files to runtime locations using ROUTING-TABLE.yaml?

Mapping repository files to runtime locations requires checking the routing guidance, which provides clear path mappings in ROUTING-TABLE.yaml to ensure acquisition agent skills execute correctly at runtime.

Do I need a SKILL.md with structured YAML frontmatter to build an acquisition agent skill?

Yes, building an acquisition agent skill requires a SKILL.md with structured YAML frontmatter, and optionally includes references or scripts directories to achieve full functionality during development and troubleshooting.

What are common known bugs and limitations when building HOLO acquisition development workflows?

Known bugs and limitations in HOLO acquisition development workflows include Python script errors caused by Chinese variable names, alongside routing configuration issues that developers must check before deployment.