5 个不同的组
Role: Responsible for verifying the installation and connection of four skill packs. Context: The computer may not have the skill packs installed yet, and all marketing copy and contract reviews are currently done manually. Input: <operating system and shell, e.g. macOS zsh>, <one-line description of my business, e.g. selling online courses>, <one-line goal, e.g. I want to hand over the copy and contract review to Claude>. Action: Follow the four steps below in order. 1. Check for installation: Use `Claude --version` to check if the Claude code is installed, and check if the knowledge-work-plugins, marketingskills, and social-media-skills marketplaces are already registered in the /plugin list. If they are already registered, do not re-register them, just report the status. 2. Install if not installed: Run the following in order: /plugin marketplace add anthropics/knowledge-work-plugins /plugin install finance@knowledge-work-plugins /plugin install legal@knowledge-work-plugins /plugin marketplace add coreyhaines31/marketingskills /plugin install marketing-skills@marketingskills /plugin marketplace add charlie947/social-media-skills /plugin install social-media-skills@social-media-skills 3. Verify connection: Restart the Claude code and run `/help` to check if the four items are in the list, and enter `/finance:variance-analysis` to check if the command is recognized. 4. At the end, explain in five lines or less what each of the four packs does and how to use it in the future, in a way that even a person who is new to development can understand. Restrictions: Do not overwrite or delete existing files and settings. Do not modify the skill source files directly. Do not read or output files containing secret keys, such as .env. Do not install items that are already installed. Output: List of commands actually executed, verified Claude code version, name of installed packs, and remaining errors. Verification: All four items should be in the `/help` list, and `/finance:variance-analysis` should be recognized. If any of them fail, do not report completion, but report the failed command and the reason, and the next steps.
内容来源: anthropics/knowledge-work-plugins