How this skill is triggered — by the user, by Claude, or both
Slash command
/atlassian-suite:as-code-search <query> [repo-slug] [lang]<query> [repo-slug] [lang]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`$1` = Search query.
$1 = Search query.
$2 = Optional repo slug to scope the search (repo:).
$3 = Optional language filter (lang:).
Compose the query. Bitbucket search supports filters:
repo:my-repo — scope to a single repolang:python — restrict by languagepath:src/ — restrict by path prefixext:tsx — restrict by extensionAdd filters from $2/$3 if provided.
Call mcp__acendas-atlassian__search_code with pagelen=25.
Render results with file path, repo, line range, and a short snippet.
Cap at 25; if more, show ... and N more and offer narrowing tips.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suite