AgentSkillsCN

tech-stack-librarian

自主搜集并整理特定工具(SaaS/OSS)的最佳实践,从官方文档中提取关键信息,并将其结构化纳入知识库。

SKILL.md
--- frontmatter
name: tech-stack-librarian
description: Autonomously researches and compiles best practices for specific tools (SaaS/OSS). Fetches official docs and structures them into the knowledge base.
status: implemented

Tech Stack Librarian

This skill keeps your knowledge base up-to-date with the latest tools and technologies.

Capabilities

1. Documentation Harvesting

  • Uses google_web_search and web_fetch to find official documentation, "Getting Started" guides, and "Best Practices" for a specified tool.
  • Summarizes key architectural patterns, configuration recommendations, and known pitfalls.

2. Knowledge Structuring

  • Creates a structured Markdown file in knowledge/tech-stack/<tool_name>.md.
  • Sections included: Installation, Configuration, Best Practices, and Troubleshooting.

Usage

  • "Research 'Kubernetes' and add its best practices to our knowledge base."
  • "We are adopting 'Supabase'. Create a tech stack guide for it."

Knowledge Protocol

  • Adheres to knowledge/orchestration/knowledge-protocol.md.