什麼是 skill-creator-anthropic?
創建有效技能的指南。當使用者想要建立新技能(或更新現有技能)以透過專業知識、工作流程或工具整合擴展模型的功能時使用。 來源:lawvable/awesome-legal-skills。
創建有效技能的指南。當使用者想要建立新技能(或更新現有技能)以透過專業知識、工作流程或工具整合擴展模型的功能時使用。
透過命令列快速安裝 skill-creator-anthropic AI 技能到你的開發環境
來源:lawvable/awesome-legal-skills。
Skills are modular, self-contained packages that extend the Agent's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform the Agent from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
The context window is a public good. Skills share the context window with everything else the Agent needs: system prompt, conversation history, other Skills' metadata, and the actual user request.
Default assumption: the Agent is already very smart. Only add context the Agent doesn't already have. Challenge each piece of information: "Does the Agent really need this explanation?" and "Does this paragraph justify its token cost?"
創建有效技能的指南。當使用者想要建立新技能(或更新現有技能)以透過專業知識、工作流程或工具整合擴展模型的功能時使用。 來源:lawvable/awesome-legal-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/lawvable/awesome-legal-skills --skill skill-creator-anthropic創建有效技能的指南。當使用者想要建立新技能(或更新現有技能)以透過專業知識、工作流程或工具整合擴展模型的功能時使用。 來源:lawvable/awesome-legal-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/lawvable/awesome-legal-skills --skill skill-creator-anthropic 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lawvable/awesome-legal-skills