Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ai-prompts

ai-prompts contains 15 collected skills from escapeboy, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
15
Stars
83
updated
2026-07-18
Forks
14
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

cache-inspector
software-developers

Analyze prompt cache hit rates, estimate cost savings from cached system prompts and memories, and recommend improvements to caching strategy. Use when checking cache performance, investigating high token costs, optimizing cache hit rates, or diagnosing slow cache warmup.

2026-07-18
context
software-developers

Manage Serena memories and session context — load, save, refresh, inspect, and clear project knowledge

2026-07-18
init-project
software-developers

Initialize Claude Code optimization for a new project — detect stack, create memories, generate constitution, configure settings

2026-07-18
optimize
software-developers

Reduce token usage by selecting a planning strategy, loading Serena memories, enforcing symbol-first exploration, and reporting savings. Use when starting a non-trivial task, asking to reduce token costs, requesting efficient execution, or wanting optimized Claude Code workflows.

2026-07-18
update-docs
software-developers

Search the web for latest Claude API changes, compare findings to existing documentation, and apply targeted updates to keep prompts and configs current. Use when docs are outdated, after a Claude API update, to refresh system prompts, or to validate documentation accuracy.

2026-07-18
self-improve
computer-occupations-all-other

Close the loop on a skill/prompt/convention library: mine recurring review feedback into rules, fold them back into the generator, and gate every change through a three-tier evaluation (deterministic lint + trigger accuracy + LLM judge) that converges instead of drifting. Use when a correction keeps recurring across skills/PRs, when adding or revising skills warrants a quality gate, or when asked to "harden the skill library", "run the eval", "lint skills", or "close the loop". Composes with your existing execution, memory, and governance layers.

2026-07-18
continuity
software-developers

Preserve the OPERATIONAL THREAD across coding sessions with a repo-local, inspectable .continuity/ surface and a resume -> work -> finalize lifecycle. Not another memory store — a thin lifecycle layer over the memory you already have. Use at the START of substantial work on a repo ("resume", "where were we", "pick up") and at the END ("finalize", "hand off", "wrap up") so the next session starts from bounded, evidence-weighted state instead of re-orienting from scratch. Complements (never replaces) Serena/Svod/codebase-memory/auto-memory.

2026-07-18
agent-ready
software-developers

Audit the current project's website for AI-agent readiness using Cloudflare's isitagentready.com scanner (robots.txt, sitemap, llms.txt, Link headers, Content Signals, Markdown-for-Agents, MCP / OAuth / A2A / Agent-Skills discovery, agentic commerce), triage which gaps are actually worth fixing for THIS kind of site, then implement the worthwhile ones in the project's own stack and re-scan to verify. Use when the user wants to check or improve agent readiness, run "is it agent ready", add an llms.txt / MCP card / agent discovery endpoints, or "make my site agent-ready".

2026-07-14
module-assistant
software-developers

Add an AI assistant chat panel to any Laravel project — with tool calling, streaming, and MCP support

2026-07-02
compliance-audit
information-security-analysts

This skill should be used when performing legal and regulatory compliance audits on software projects. It covers GDPR, CCPA/CPRA, ePrivacy Directive, HIPAA, PCI DSS, SOC 2, and WCAG 2.2 accessibility. The skill generates a full compliance package: audit report with severity ratings, automatic code fixes, legal document templates (Privacy Policy, Cookie Policy, DPA, DPIA), and data flow diagrams. This skill should be triggered when the user asks to check compliance, audit privacy, generate legal documents, review data handling, or ensure regulatory readiness for any project type (web, mobile, API, desktop).

2026-06-10
fix-bug
software-developers

Three-phase autonomous bug fix — investigate all occurrences, fix with full coverage, validate with regression test. Prevents partial fixes (the

2026-06-10
git-sync-branches
software-developers

Merges all feature branches into develop, syncs master/main with develop, commits any uncommitted changes, and deletes all feature branches (local and remote). Handles git submodules automatically. Use when you want to clean up branches and leave only develop and master/main in sync.

2026-06-10
image-optimize
software-developers

Optimize PNG and JPEG images locally using pngquant and mozjpeg/jpegtran — TinyPNG-level compression without API keys.

2026-06-10
onepassword-integrate
software-developers

Audit or install maximum-depth 1Password integration in the current project — fetches fresh 1Password developer docs first, detects existing integration, and either reviews/improves it or greenfield-installs (Service Account secret resolution + site-compat autocomplete/well-known). Stack-aware (Laravel, Node/Next, Python, Ruby/Rails, Go). Use when the user says "integrate 1Password", "make this site 1Password-friendly", "audit our 1P integration", or invokes /onepassword-integrate.

2026-06-10
module-mcp
software-developers

Add a Laravel MCP server to any project — full domain coverage with dual transport (HTTP + stdio)

2026-06-10