Load skill knowledge via skill-summarizer agent
Scanned 9/19/2026
Install to Claude Code
npx -y skills add bsamiee/Parametric_Portal --skill commands --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commands?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bsamiee-commands)More formats (shields.io, HTML) on the badges page.
---
description: Load skill knowledge via skill-summarizer agent
argument-hint: [skill-name] [section?]
allowed-tools: Task
---
# [H1][LEARN-SKILL]
>**Dictum:** *Delegated synthesis preserves tokens while conveying complete knowledge.*
<br>
Delegate to `skill-summarizer` agent. Receive structured skill knowledge.
**Parameters:**
- `$1` — Skill name (required). Fuzzy match to `.claude/skills/{name}/`.
- `$2` — Section (optional). Target specific folder or H2 section.
---
## [1][DELEGATE]
>**Dictum:** *Agent reads exhaustively or targeted per request.*
<br>
Spawn `skill-summarizer` agent via Task tool.
**No section specified:** Read ALL files in `.claude/skills/$1/`, produce complete synthesis.
**Section specified:** Read only the targeted part:
- `references` — Read `references/*.md` files only
- `scripts` — Read `scripts/*.py`(or .ts) files only
- `templates` — Read `templates/**/*.md` files only
- `{H2-label}` — Extract specific section from SKILL.md (e.g., `validation`, `frontmatter`)
[CRITICAL]:
- [NEVER] Read skill files directly — delegate to agent.
---
## [2][RECEIVE]
>**Dictum:** *Dynamic output reflects skill structure.*
<br>
Agent returns sections based on request:
- **Full read:** `[SKILL]`, `[REFERENCES]`, `[{FOLDER}]`, `[SOURCES]`
- **Targeted read:** `[{TARGET}]`, `[SOURCES]`
---
## [3][PROCEED]
>**Dictum:** *Loaded context enables task execution.*
<br>
Confirm skill knowledge received. Continue with user task.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!