skill-development
This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.
What this skill does
# Skill Development Use this skill to create or repair Claude skills in the **current local environment**, not in an abstract plugin template. ## Goal Produce a skill that is: - easy to trigger, - lean at the `SKILL.md` layer, - backed by real `references/`, `examples/`, and `scripts/` files when they are mentioned, - free of dead local references. ## Core rules - Keep **one skill = one durable job**. - Treat the frontmatter description as the main trigger surface. - Keep `SKILL.md` focused on workflow and boundaries. - Move detailed catalogs, templates, and long explanations into `references/` or `examples/`. - Do not mention files that do not exist. - Do not inherit stale names, agents, or sibling skill references without verifying they exist locally. ## Default workflow ### 1. Inspect the current environment first Before writing anything: - inspect the target skill directory, - inspect neighboring skills that already solve a similar problem, - verify which agents, commands, and sibling skills actually exist, - identify stale references before adding new ones. Use the local inventory as the authority. Do not write guidance against an imagined plugin layout. ### 2. Lock the skill contract Define four things before editing: 1. what the skill does, 2. what triggers it, 3. what it explicitly does **not** do, 4. which bundled resources are actually needed. If the skill only needs a short workflow, keep it short. Do not create `references/`, `examples/`, or `scripts/` just because the directories are conventional. ### 3. Write or repair the frontmatter The frontmatter should: - use the real skill identifier in `name`, - use a third-person trigger description, - include concrete phrases a user would naturally say, - stay short enough to scan quickly. Prefer descriptions of this form: ```yaml --- name: skill-name description: This skill should be used when the user asks to "...", "...", or needs help with .... --- ``` ### 4. Keep the main file lean A good `SKILL.md` should usually contain: - a short goal section, - role boundaries, - a default workflow, - safety or quality rules, - a short list of additional resources. Move these out of the main file when they get long: - templates, - exhaustive checklists, - edge-case catalogs, - sample outputs, - long examples. ### 5. Add only real bundled resources Use bundled resources deliberately: - `references/` for detailed guidance that may be loaded selectively, - `examples/` for real example outputs or scaffolds, - `scripts/` for deterministic helper logic. If a resource is mentioned in `SKILL.md`, it must exist. If a resource exists but is never referenced or used, delete it. ### 6. Run integrity checks before closing At minimum, verify: - frontmatter parses, - referenced local files exist, - sibling skill or agent references are real, - `SKILL.md` is not overloaded with material that belongs in references, - temporary logs, caches, and editor artifacts are not left inside the skill directory. ## Typical repair patterns ### When the skill is too long - keep the trigger and workflow in `SKILL.md`, - move catalogs and deep detail into `references/`, - keep a short read order so another model knows what to load first. ### When the skill is too thin - add a default workflow, - add at least one concrete example or checklist, - make the boundaries explicit so the skill is not just a slogan. ### When the skill has stale references - remove dead paths immediately, - replace historical names with current local names, - re-check neighboring agents/commands/skills against the live directory. ## Recommended output shape When creating or repairing a skill, prefer ending with: - what changed, - which files were created or updated, - what integrity checks were run, - what still needs manual follow-up, if anything. ## References Load only what is needed: - `references/checklist.md` - compact quality checklist before closing a skill edit - `references/integrity-checks.md` - concrete local checks for missing files, dead references, and drift - `references/skill-creator-original.md` - legacy background reference; use for context, not as the live source of truth
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.