Skip to content

Commit b7227ea

Browse files
committed
Fix: direct download link for ChatGPT, no trailing text after prompt
- README: ChatGPT download link now points directly to the .skill file asset instead of the releases page (one-click download) - SKILL.md: Added explicit rule that nothing may appear after the code block — the revised prompt must be the final element - Updated example interaction to follow the no-trailing-text rule
1 parent 655793c commit b7227ea

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Detects all installed AI agents and lets you choose where to install.
568568

569569
ChatGPT natively supports [Agent Skills](https://agentskills.io). Available on Business, Enterprise, Edu, Teachers, and Healthcare plans.
570570

571-
1. Download [`prompt-architect.skill`](https://github.com/ckelsoe/prompt-architect/releases/latest) from GitHub Releases
571+
1. Download [`prompt-architect.skill`](https://github.com/ckelsoe/prompt-architect/releases/latest/download/prompt-architect.skill) (direct download, always latest version)
572572
2. In ChatGPT, click your profile icon → **Skills**
573573
3. Click **New skill****Upload from your computer**
574574
4. Upload the `.skill` file

prompt-architect.skill

31 Bytes
Binary file not shown.

skills/prompt-architect/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Structure your output in this exact order:
182182
- **No indentation** beyond what the prompt itself genuinely requires
183183
- **No markdown formatting** inside the block unless the prompt explicitly needs it (e.g., it asks for tables)
184184
- The user must be able to copy the entire block contents and paste it verbatim with zero editing
185+
- **Nothing after the code block** — the revised prompt must be the absolute last element in the response. No trailing suggestions, tips, or follow-up text after the closing backticks.
185186

186187
### 6. Iterate
187188

@@ -328,8 +329,6 @@ Follow these rules:
328329
- Length: same or shorter than the original. Cut fluff, don't add it.
329330
```
330331

331-
Does this match what you need, or should we adjust the tone target or constraints?
332-
333332
---
334333

335334
## Usage Notes

0 commit comments

Comments
 (0)