Help us improve
Share bugs, ideas, or general feedback.
From spec-team
Import design documents from an external URL or MCP resource into the local .spec/design/ directory. Relies on whatever fetching ability the host AI tool already has (e.g. Claude Code web fetch, an MCP resource the user has configured) — SpecTeam does not ship connectors. Use this to sync external context into the Git-native workflow.
npx claudepluginhub surebeli/specteam --plugin spec-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/spec-team:spec-importThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch external documents (via MCP or HTTP) and normalize them into the local SpecTeam workflow state.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Fetch external documents (via MCP or HTTP) and normalize them into the local SpecTeam workflow state.
$ARGUMENTS: The source URL (e.g., Notion page link) or MCP resource URI.git config spec.member-code to determine current identity {code}. Apply identity guard.git status and display the result.$ARGUMENTS is empty, output:
⚠️ Please provide an external document URL or MCP resource ID. Example: /spec-import https://notion.so/my-design-doc
Stop execution.$ARGUMENTS.notion-auth-design.md).<!-- Spec Normalized Document --> header and metadata (Source URL, Import Date)..spec/design/{code}/{filename}.git add .spec/design/{code}/{filename}."[SpecTeam] import — {code} imported external doc {filename}"/spec-parse to update the INDEX.md.✅ External document successfully imported to .spec/design/{code}/{filename}
Recommended next step: run /spec-review to check for divergences with other proposals.