Self-Service Submission
Publish an AI Agent Skill
Share your custom rules, workflows, and prompts with developers worldwide. Every skill is 100% free and instantly installable across Cursor, Claude Code, Windsurf, and Antigravity.
Live Card Preview
Generated Agent Install Prompt Preview
This is the exact prompt users will get when clicking “Copy Prompt”.
# Install the "Untitled Skill" skill You are installing an AgenticMarket skill into this workspace. Follow these steps exactly. ## 1. Detect your environment and choose the destination file - Andromity: `.andromity/skills/sample-skill/SKILL.md` (or user scope `~/.andromity/skills/sample-skill/SKILL.md`) - Antigravity / Gemini CLI: `.agent/skills/sample-skill/SKILL.md` - Cursor: `.cursor/rules/sample-skill.mdc` - Claude Code: append to `CLAUDE.md` (or `.claude/skills/sample-skill.md`) - Windsurf: append to `.windsurfrules` - Cline / Roo Code: `.clinerules/sample-skill.md` - GitHub Copilot: append to `.github/copilot-instructions.md` - ChatGPT / web only: paste the content into Custom Instructions - Any other agent: save to `.agent/skills/sample-skill/SKILL.md` ## 2. Create the destination file - Preserve every existing file and configuration entry. - Create parent folders as needed. - Never overwrite unrelated content. ## 3. Write exactly this content ```markdown --- name: sample-skill description: "No description provided yet." author: you license: mit version: 1.0.0 --- # Skill Instructions Add your instructions here... ``` ## 4. Verify - Confirm the file exists and is readable. - Report the destination path and confirm the "Untitled Skill" skill is installed and active. Skill metadata: - Slug: sample-skill - Category: development - License: mit - Source: AgenticMarket
AgenticMarket