optimize_openclicky_skills

Audits, archives, and rewrites OpenClicky skill files to improve agent workflows.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill optimize-openclicky-skills-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize_openclicky_skills
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/optimize-openclicky-skills
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill optimize-openclicky-skills-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? OpenClicky agents accumulate vague, duplicated, or outdated skill files that cause poor skill selection and repeated mistakes. This Skill provides a structured workflow to inspect, archive, and optimize bundled or learned skills safely. ## Core Features & Use Cases - Skill Auditing: Reads the runtime map and memory file, then inspects learned and bundled skills for vague triggers, missing paths, and duplicated workflows. - Archive-First Safety: Creates timestamped backups of any skill before replacing it, preserving original paths and avoiding destructive deletion unless explicitly requested. - Optimization Pass: Sharpens trigger descriptions, adds exact file paths, commands, and verification steps, splits unrelated workflows, and merges duplicates after archiving. - Use Case: Ask OpenClicky to clean up its learned skills after noticing agents pick the wrong workflow; it will back up the originals, rewrite the SKILL.md files, and log a summary in memory.md. ## Quick Start Ask OpenClicky to inspect and optimize its learned skills, archiving the originals before rewriting them.

Frequently Asked Questions about optimize_openclicky_skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize OpenClicky skills safely?

Use this workflow to read the runtime map and memory.md, inspect learned skills, then archive each original into a timestamped backup folder before rewriting its SKILL.md. Old skills are never deleted unless you explicitly request destructive deletion.

How to merge duplicate agent skills in OpenClicky?

The optimization pass identifies duplicate skills and merges them only after archiving all originals to the archives path from OpenClickyRuntimeMap.md. The merged skill keeps a snake_case, action-oriented name and a specific trigger description.

Does this skill modify bundled OpenClicky skills?

Bundled skills are inspected only when you ask about built-in behavior or when learned skills depend on them. Any changes still follow the archive-first rule with timestamped backups before replacement.

What happens if a required tool or permission is missing?

The skill stops and reports the exact missing setup step for unavailable tools, authentication, or macOS permissions. It does not loop, retry silently, or fall back to browser automation.

Where are skill backups stored after optimization?

Backups go to a timestamped folder under the archives path defined in OpenClickyRuntimeMap.md, preserving the original relative path. The final response lists the changed skill paths and the archive location.