Cursor如何使用Agent Skills?技能功能完整教程- Cursor
Agent Skills in Cursor are an open standard for extending AI Agent capabilities with specialized knowledge and workflows, packaged as reusable modules. They are designed to be portable, version-controlled, modular, and automatically triggered by the Agent based on task context. To use Agent Skills, users must switch to the Cursor Nightly update channel and enable the feature in settings. The OpenSkills tool can be used to install official Anthropic skills or custom skills by referencing their GitHub repositories. A `AGENTS.md` file is then created to guide Cursor's use of these skills, which can be invoked automatically or manually within prompts. The guide also provides tips for creating custom skills, emphasizing workflow standardization, starting with an MVP, and using Git for version control.