- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
pnpm
by onmax
Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects
memory-manager
by camoa
Use after completing any phase activity - updates project_state.md, project registry, ensures files are in correct locations, maintains lean memory
phase-detector
by camoa
Use when determining task phase - analyzes task file to identify Phase 1, 2, or 3 for a specific task
guide-integrator
by camoa
Use when designing features - loads plugin methodology refs, fetches online dev-guides for Drupal domain knowledge, and optionally loads user's custom guides
session-resume
by camoa
Use when resuming work on existing project - lists registered projects, reads project_state.md, summarizes current state, identifies where to continue
project-initializer
by camoa
Use when starting a new development project - creates memory folder structure with project_state.md, architecture scaffolding, and registers project
task-folder-migrator
by camoa
Use when migrating existing single-file tasks to folder-based structure - preserves content, creates organized folders, backs up originals
requirements-gatherer
by camoa
Use when gathering project requirements - asks structured questions about project type, scope, integrations, and constraints to populate project_state.md
guide-loader
by camoa
Use when needing specialized guide content - loads from user's configured path or fetches from online dev-guides based on task keywords
capture-tasks-from-meeting-notes
by atlassian
"Analyze meeting notes to find action items and create Jira tasks for assigned work. When Claude needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context."
python-env
by flonat
"Python environment management with uv. ALWAYS use uv for package management, never pip directly. Triggers: 'install package', 'create venv', 'set up Python'. Not for running scripts — just use uv run python."
pipeline-manifest
by flonat
"Build a pipeline manifest mapping scripts to inputs, outputs, and paper figures/tables. Optionally add structured headers to scripts. Triggers: 'map my code to paper outputs', 'which script makes which figure'. Not for running pipelines — this documents them."
jazz-permissions-security
by garden-co
Use this skill when designing data schemas, implementing sharing workflows, or auditing access control in Jazz applications. It covers the hierarchy of Groups, Accounts, and CoValues, ensuring data is private by default and shared securely through cascading permissions and invitations.
ring:dev-feedback-loop
by LerianStudio
Development cycle feedback system - calculates assertiveness scores, analyzes prompt quality for all agents executed, aggregates cycle metrics, performs root cause analysis on failures, and generates improvement reports to docs/feedbacks/cycle-{date}/.
ring:writing-plans
by LerianStudio
Creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps for engineers with zero codebase context.
ring:dev-cycle-frontend
by LerianStudio
Frontend development cycle orchestrator with 9 gates. Loads tasks from PM team output or backend handoff and executes through implementation → devops → accessibility → unit testing → visual testing → E2E testing → performance testing → review → validation.
ring:dev-cycle
by LerianStudio
Main orchestrator for the 10-gate development cycle system. Loads tasks/subtasks from PM team output and executes through implementation → devops → SRE → unit testing → fuzz testing → property testing → integration testing (write) → chaos testing (write) → review → validation gates (Gates 0-9), with state persistence and metrics collection. Gates 6-7 (integration/chaos) write and update test code per unit but only execute tests at end of cycle (deferred execution).
daily-rhythm
by aAAaqwq
Automated daily planning and reflection system with morning briefs, wind-down prompts, sleep nudges, and weekly reviews. Use when the user wants to set up a structured daily routine, morning briefings, evening reflection prompts, or weekly planning sessions. Triggers include requests for daily schedules, morning briefs, wind-down routines, sleep reminders, weekly reviews, productivity systems, or daily planning automation.
csharp-concurrency-patterns
by Aaronontheweb
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.
nuxt-modules
by onmax
"Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation."
motion
by onmax
Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt
数据工程域 · Data Engineering
by telagod
☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss
multi-agent
by telagod
天罗秘典·多Agent协同。融合蚁群仿生设计,定义Agent角色、生命周期、信息素通信、任务分解、冲突解决。当需要多Agent并行协作时路由到此。
symfony:daily-workflow
by MakFly
Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for daily workflow tasks.