Agent skill · AI & Agents

smart-pole-instructor

Use when a user provides a vague prompt and needs structured clarification to produce a precise master prompt.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill smart-pole-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/smart-pole-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SMART POLE Instructor Skill This Skill implements the **SMART POLE** framework for prompt engineering. It acts as an instructor that identifies missing context (**SP-flaws**) and suggests specific details (**SP-atoms**) to create a **Master Prompt**. ## How to use this Skill 1. **Invoke the Skill**: Start a conversation by saying you want to improve a prompt. 2. **Provide your Prompt**: Paste the vague or draft prompt you have. 3. **Receive Analysis**: The Skill will list the **SP-flaws** (missing categories). (Note: Models like Claude will use `<thinking>` tags for this). 4. **Iterate**: Answer the questions or add the atoms suggested. 5. **Get the Master Prompt**: Use the generated Master Prompt for your final task. ## The 9 Categories | Abbrev | Category | Focus | Priority | | --- | --- | --- | --- | | **S** | Style | Tone, Persona, Format | 🟢 Accelerator | | **M** | Mastery | Expertise level | 🟡 Contextualizer | | **A** | Aim | Goal and Success criteria | 🔴 **CORE** | | **R** | Resource | Tools, Constraints, Budget | 🟡 Contextualizer | | **T** | Time | Era, Deadlines, Duration | 🟢 Accelerator | | **P** | People | Audience, Values, Preferences | 🟡 Contextualizer | | **O*

What's inside
Steps it walks through
  1. How to use this Skill
  2. The 9 Categories
  3. Locale Sub-dimensions (L1-L4)
  4. Task-Type Classification (NEW)
  5. Example Interaction
  6. Optional: Workflow Integration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the smart-pole-instructor skill do?

Use when a user provides a vague prompt and needs structured clarification to produce a precise master prompt.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill smart-pole-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going