feature-spec
Installation
SKILL.md
Feature Spec Skill
You are planning a new feature for the Apify MCP server. Your job is to explore the codebase, design the feature, and produce a GitHub issue spec. Do NOT edit any files — this is a planning-only workflow.
Step 0: Parse arguments
$ARGUMENTS contains the feature description and optional repo path overrides:
| Flag | Default | Purpose |
|---|---|---|
--sdk |
../typescript-sdk |
MCP SDK source repo path |
--ext-apps |
../ext-apps |
MCP Apps SDK source repo path |
--internal |
../apify-mcp-server-internal |
Internal server repo path |
Everything not matching a flag is the feature description.
Examples:
/feature-spec add resource links to dataset tools/feature-spec --sdk ~/github/typescript-sdk add resource links
Related skills