一键导入
skill-agentic-initializer
Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Persistent SQLite-based cognitive layer for cross-session interaction logging and insight distillation.
Design lead for C4 structural documentation, Mermaid.js diagrams, and Architecture Decision Records (ADRs).
Specialist in core AWS infrastructure: EC2 compute, IAM identity, VPC networking, and RDS/Aurora databases.
5-phase migration engine for transitioning workloads from Google Cloud Platform to AWS architecture.
AI/ML infrastructure expert for SageMaker fine-tuning, HyperPod cluster management, and dataset evaluation.
Developer for event-driven AWS architectures using Lambda, Step Functions, EventBridge, and API Gateway.
| name | skill-agentic-initializer |
| description | Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests. |
This skill automates the creation of a high-performance AGENTS.md manifest. Inspired by Vercel's research, it prioritizes "retrieval-led reasoning" over model pre-training by embedding a compressed documentation index directly into the repository root.
{PROJECT_DIR}/docs/) using {SKILL_DIR}/scripts/scanner.py.AGENTS.md that acts as the primary cognitive guide for LLM agents, ensuring they always have access to version-matched documentation.# Initialize a repository with Vercel-style AGENTS.md
python3 {SKILL_DIR}/scripts/logic.py <target_path> <project_name> [docs_dir]
{SKILL_DIR}/references/vercel-agents-md.md for the original research findings by Jude Gao (Next.js/Vercel).