Placeholder
SkillDocs & knowledgeReactant tag-only placeholder. Use only when execute or execute-one dispatches an exact <@ph> tag from a document; never activate from ordinary chat or another skill.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Placeholder skill
What this skill tells your AI
The instructions your AI receives, as published by a554b554/reactant in skills/ph/SKILL.md and read by ahel’s review.
Generate content that fits naturally at the tag position.
Input
- File path: the file being processed.
- Surrounding text: the paragraph or block where the
<@ph>tag appears. - Prompt (optional): hint about what to fill (e.g., "a transition sentence"). Default: infer from context.
Workflow
- Read the surrounding text before and after the tag. Read the full file if you need broader context.
- Generate content that fits naturally at that position in tone, style, and meaning.
- Write the result back to the file: replace the
<@ph>tag with the generated text.
Scope Modifiers
The surrounding text may contain scope modifier tags. Since <@ph> replaces only the tag itself (not surrounding content), scope modifiers primarily provide context:
- Protect
<< >>: Protected text is context only — do not modify it. Remove the<<>>delimiters in the output. - Field
(( )): If the<@ph>tag appears inside a field, generate content within that field only. Remove the(())delimiters in the output.
Context References
The prompt may contain context references wrapped in double backticks ( ``). These point to external resources (file paths, section titles, etc.) that you should look up.
- Read the referenced resource and use it to inform the generated content. E.g.,
<@ph: a summary sentence based on ``results.md``>— readresults.mdto generate an appropriate placeholder. - Resolve references relative to the source file's directory unless an absolute path is given.
- Remove the
delimiters from the output.
Rules
- Output should read as if it was always part of the text.
- Keep it concise and contextually appropriate.
- Respect scope modifiers if present.
- Resolve all context references (
``) in the prompt before generating content. - The
<@ph>tag and all modifier delimiters (<< >>,(( )),``) must be removed in the output.
Signals
- GitHub stars
- 54
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ph- Source
- github.com/a554b554/reactant