By curiositech
463+ skills for engineering, design, research, and productivity. Includes /next-move — a 5-agent meta-DAG that predicts your highest-impact next action.
What you can build and do with an always-on AI agent that has episodic memory. Covers concrete product ideas, workflows, emergent capabilities from persistence plus memory, and real-world examples of deployed persistent agents. Helps you go from "I have the architecture" to "here's what it actually does for me." Activate on: "what can an always-on agent do", "persistent agent use cases", "agent applications", "proactive agent ideas", "what to build with episodic memory", "always-on agent product", "personal AI assistant ideas", "/always-on-agent-applications". NOT for: building the architecture (use always-on-agent-architecture), designing inputs (use always-on-agent-inputs), safety and privacy (use always-on-agent-safety).
Architecture and systems design for building always-on AI agents with episodic memory. Covers the memory hierarchy (core/recall/archival), persistence layers, agent server infrastructure, vector stores, and framework selection. Provides concrete deployment patterns for agents that maintain identity and learn across sessions. Activate on: "always-on agent", "persistent agent architecture", "episodic memory system", "agent memory design", "long-running agent", "stateful agent", "agent that remembers", "MemGPT architecture", "Letta deployment", "/always-on-agent-architecture". NOT for: choosing what data to feed the agent (use always-on-agent-inputs), brainstorming applications (use always-on-agent-applications), safety and privacy concerns (use always-on-agent-safety), general agentic patterns (use agentic-patterns).
How to design contextual inputs for an always-on AI agent with episodic memory. Covers what data to feed the agent, how to structure observations and triggers, ambient context capture (screen, audio, calendar), context window budgeting, and retrieval strategies that keep the agent grounded in what's actually happening. Activate on: "what should the agent observe", "context inputs for agent", "ambient context capture", "agent triggers", "agent input design", "screenpipe integration", "context window budget", "what data to feed my agent", "/always-on-agent-inputs". NOT for: memory architecture and storage (use always-on-agent-architecture), application ideas (use always-on-agent-applications), safety concerns (use always-on-agent-safety).
Safety, privacy, cost management, and frank advice for building always-on AI agents with episodic memory. Covers data hygiene, privacy risk surfaces, runaway cost prevention, scope creep, psychological effects of persistent AI companions, and responsible deployment patterns. This is the skill that tells you what can go wrong and how to prevent it. Activate on: "agent safety", "always-on agent privacy", "agent cost control", "persistent agent risks", "AI companion safety", "agent data hygiene", "runaway agent costs", "parasocial AI risk", "/always-on-agent-safety". NOT for: architecture design (use always-on-agent-architecture), input design (use always-on-agent-inputs), application brainstorming (use always-on-agent-applications), healthcare compliance specifically (use hipaa-compliance).
Android background task specialist for WorkManager, Foreground Services, Doze mode, and battery optimization. Activate on: WorkManager, background task Android, Foreground Service, Doze mode, battery optimization, periodic work, background sync Android, JobScheduler. NOT for: iOS background tasks (use swiftui-data-flow-expert), React Native background (use mobile-offline-sync-architect), UI architecture (use jetpack-compose-navigation-expert).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
463+ agent skills for Claude Code, Codex, Gemini CLI, Cursor, and 40+ other coding agents.
Built by WinDAGs — DAG orchestration for multi-agent workflows.
next-move · skill search · all skills · install · windags.ai
The flagship skill. Tell it what you're working on (or don't — it reads your git state), and it produces a predicted DAG of the highest-impact agents to run next.
/next-move # auto-detect from git + conversation
/next-move fix the flaky auth tests # tell it what you care about
What you get:
How it works: A 5-agent meta-DAG runs inside your Claude Code session:
Wave 0: Sensemaker — classify the problem, halt gate if uncertain
Wave 1: Decomposer — break into subtasks with dependencies
Wave 2: Skill Selector — BM25 search → match skills to subtasks (parallel)
Wave 2: PreMortem — scan for failure patterns (parallel)
Wave 3: Synthesizer — assemble the predicted DAG + present to user
No extra API keys. No external services. Runs entirely in your Claude session.
BM25 ranked retrieval across the full catalog. Porter stemming, real stopword removal, document-length normalization. Zero API keys — runs locally.
Queries like "drone computer vision" find computer-vision-pipeline and drone-cv-expert. "Wedding photo 3d gaussian" finds wedding-immortalist at 35.9. Stemming handles morphological variants — "deploy" matches "deployment" and "deployed".
Skills don't just get recommended — they get executed in parallel waves. The WinDAGs engine spawns real agents (claude -p) with skill-injected prompts, running independent nodes concurrently.
Claude Code (plugin):
claude plugin add /path/to/windags-skills
Manual (any agent):
git clone https://github.com/curiositech/windags-skills.git
# Use /next-move:
cp -r windags-skills/skills/next-move ~/.claude/commands/
# Or symlink the whole catalog:
ln -s $(pwd)/windags-skills/skills ~/.claude/skills
Single skill:
cp -r windags-skills/skills/api-architect ~/.claude/commands/
| Category | Count | Highlights |
|---|---|---|
| Agent & Orchestration | 78 | dag-orchestrator, next-move, skill-architect, task-decomposer |
| Research & Academic | 61 | raft-consensus, bdi-agents, chain-of-thought, tree-of-thoughts |
| Design & Creative | 46 | design-system-creator, pixel-art, typography, vibe-matcher |
| Backend & Infrastructure | 35 | api-architect, microservices, caching, websocket |
| Cognitive Science | 29 | naturalistic-decision-making, sensemaking, expertise-elicitation |
| AI & Machine Learning | 27 | ai-engineer, RAG, computer-vision, embeddings |
| DevOps & Infrastructure | 26 | github-actions, kubernetes, terraform, docker |
| Frontend & UI | 24 | nextjs, react-performance, animation, framer-motion |
| Data & Analytics | 17 | data-pipeline, dbt, data-viz, dimensional-modeling |
| Mobile Development | 17 | ios, react-native, flutter, swiftui |
| Code Quality & Testing | 16 | vitest, playwright, code-review, refactoring |
| Productivity & Meta | 16 | prompt-engineer, documentation, skill-creator |
| Recovery & Wellness | 16 | sobriety, crisis-intervention, speech-pathology |
| Lifestyle & Personal | 14 | ADHD, grief, finance, interior-design |
| Content & Marketing | 14 | SEO, copywriting, product-launches |
| Career & Interview | 9 | interview-prep, resume, hiring-manager |
| Legal & Compliance | 7 | expungement, HIPAA, legal-tech |
| Video & Audio | 6 | video-production, TTS, sound-design |
| Security | 5 | auth, vulnerability-scanning, zero-trust |
npx claudepluginhub curiositech/windags-skills --plugin windags-skillsAuthoritative port management and multi-agent coordination for local development. Atomic port assignment, pub/sub messaging, distributed locks, and agent registry via CLI, SDK, or HTTP API.
Agent Skills for improving SKILL.md files: mine repeated workflows from history, personalize and audit existing skills, or generalize personal skills for publication.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Skill discovery and installation assistant — find and install the right skills for your project