基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aibot88/sec_skill_store --skill wire-connect命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | wire-connect |
| description | Connect Wire memory to this agent. Authenticates via browser and registers your Wire container's MCP tools. |
Locate and run the connect script with the Bash tool. The script is at scripts/connect.mjs inside this skill's own directory (skills/wire-connect/scripts/connect.mjs within the installed wire-memory plugin). The Bash tool's working directory may not be the skill directory — resolve to an absolute path before invoking:
SCRIPT="$(find ~/.claude/plugins ~/.cursor/plugins -path '*wire-memory*/skills/wire-connect/scripts/connect.mjs' -print -quit 2>/dev/null)"
node "$SCRIPT"
If $SCRIPT comes back empty, the plugin isn't installed in a standard location — fall back to locating skills/wire-connect/scripts/connect.mjs anywhere under the plugin install path you can identify from the current session.
After the script completes, tell the user to restart their editor so the MCP tools become available. Once restarted, they'll have access to: wire_write, wire_search, wire_explore, wire_analyze, and wire_delete.
Important: Once the script has successfully completed (container selected, .mcp.json written), do not re-run it — a second run will reset the connection. However, if the script errors before reaching the "Connected" message (for example, MODULE_NOT_FOUND, network failure, or browser didn't open), it's safe to diagnose the cause and retry.
Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files. This should trigger for requests such as Create a user story; Write a user story; I need to write a user story. Part of cursor-rules-java project
Guía técnica completa para integrar 250+ servicios externos con agentes IA usando Composio. Cubre instalación, autenticación OAuth, gestión de herramientas, triggers y flujos multi-servicio.
Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable quality criteria. This should trigger for requests such as Create ADR for Non-functional requirements; Document Non-functional requirements; Capture Non-functional requirements; Generate Non-functional requirements in an ADR. Part of cursor-rules-java project