Skip to main content
مستودع GitHub

continuous-agent

يحتوي continuous-agent على 45 من skills المجمعة من jackzhaojin، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
45
Stars
9
محدث
2026-05-31
Forks
1
التغطية المهنية
12 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

memory-harvester
مطوّرو البرمجيات

The SOLE WRITER to the V3.0 mem0 second brain. Invoked agentically by the executive at write moments — post-run, post-retro, post-spec-merge, manual /harvest. Decides which facts to classify into which memory type (principle/semantic/procedural/episodic/reflective), validates against the schema, and calls the deterministic plumbing in references/ via Bash. Blocks until writes are durable (poll event endpoint for SUCCEEDED). Never invoked from worker code.

2026-05-31
memory-reader
مطوّرو البرمجيات

Consult the V3.0 mem0 second brain agentically during executive planning, work selection, pre-spawn memory pack building, and failure diagnosis. Use this skill whenever the executive needs to remember prior runs, retros, or learned principles. Read-only — never writes. Drives the unified `mem0` CLI via Bash, orchestrating multiple iterative search queries (mem0 does not do multi-hop graph traversal natively, so iterative search IS the multi-hop).

2026-05-31
memory-hook-failure-diagnosis
محللو أنظمة الحاسوب

Hook D — Failure-Diagnosis memory consultation. Runs at executive Phase 7 (after 3+ consecutive failures on a work item) BEFORE the failure-diagnosis skill itself runs. Consults the second brain for similar prior failures and successful retry strategies, then hands enriched context to the failure-diagnosis skill. Read-only. Invokes the memory-reader skill.

2026-05-16
memory-hook-post-retro-harvest
متخصصو إدارة المشاريع

Hook E — Post-Retrospective Harvest. Runs after a retrospective markdown doc completes (per-run or weekly). Reads the retro fully and decides which durable lessons (reflective, semantic, procedural memories) to write to the second brain. Typically 3–8 writes per weekly retro, 0–3 per per-run retro. Invokes the memory-harvester skill for the actual writes.

2026-05-16
memory-hook-post-run-harvest
مطوّرو البرمجيات

Hook C — Post-Run Harvest. Runs after a worker completes (executive Phase 6 success path). Decides agentically which facts from the run to write to the second brain — typically 0–3 memory writes per run (one episodic, optionally a semantic or procedural). Invokes the memory-harvester skill to do the actual writes (with event-polling for durability).

2026-05-16
memory-hook-pre-spawn-pack
مطوّرو البرمجيات

Hook B — Pre-Spawn Memory Pack build. Runs before each worker spawn (executive Phase 4 prep). Reads the second brain for project-specific memories and produces a Memory Pack markdown block that worker-spawner injects into the worker's generated CLAUDE.md. Workers consume this as static markdown — they never call mem0 themselves. Read-only. Invokes the memory-reader skill.

2026-05-16
memory-hook-pre-work-selection
مطوّرو البرمجيات

Hook A — Pre-Work-Selection memory consultation. Runs at the top of the executive loop's Phase 3, before work-selection picks the next item. Reads the second brain for prior-run lessons, retros, and principles that should influence which goal the executive picks. Read-only. Invokes the memory-reader skill to do the actual retrieval.

2026-05-16
memory-snapshot
مديرو الشبكات وأنظمة الحاسوب

Daily backup of the V3.0 mem0 second brain to versioned JSON in the repo. Invoked by PM2 cron (04:00 daily) or manually. Uses paginated search (NOT getAll, which is broken in v3) to enumerate every memory under the executive's user_id, captures history per memory, writes ai-docs/v3/mem0-snapshots/{YYYY-MM-DD}.json. This is the disaster-recovery store and the rebuild-from-snapshot input.

2026-05-16
azure-function-deploy
مطوّرو البرمجيات

GitHub Actions CICD for Azure Functions (Node.js). Builds, packages, and deploys via Azure/functions-action@v1 with OIDC auth. Reuses a shared continuous-agent App Registration so each new project just adds its own federated credential + role assignment. Use when the goal involves wiring CI/CD for an Azure Functions project, adding a deploy workflow, or setting up GitHub Actions for an existing Azure Functions app.

2026-05-09
goal-drafter
متخصصو إدارة المشاريع

Draft comprehensive goal bundles for the autonomous agent. Creates PROMPT.md with proper frontmatter, requirements docs, and reference files in workspace/drafts/. Use when: the user describes a project to build, says "create a goal", "draft a goal", "/goal-drafter", or wants to prepare work for the executive loop. This is a human-facing skill for authoring goals before the agent executes them.

2026-04-19
worker-base
مطوّرو البرمجيات

Core worker instructions for all autonomous agent workers. Includes constitution limits, workspace rules (worktree default, monorepo legacy), navigation protocol, technology preferences, and execution guidelines. Loaded for EVERY worker task regardless of type or vendor.

2026-04-19
eds-building-blocks
مطوّرو البرمجيات

Implement AEM Edge Delivery Services blocks and core functionality. Handles block development (new or modified), core functionality changes (scripts.js, styles, delayed.js), or both. Invoked by `eds-content-driven-development` during its implementation step, or directly when a step's deliverable is EDS code. Adapted from Adobe's `building-blocks` skill (Apache-2.0).

2026-04-19
eds-content-driven-development
مطوّرو البرمجيات

Apply a Content Driven Development (CDD) process to AEM Edge Delivery Services development. Use for ALL EDS code changes — new blocks, block modifications, CSS styling, bug fixes, core functionality (scripts.js, styles, etc.), or any JavaScript/CSS work that needs validation. Adapted from Adobe's `content-driven-development` skill (Apache-2.0).

2026-04-19
web-testing
محللو ضمان جودة البرمجيات والمختبرون

Mandatory visual testing protocol for all web projects using playwright-cli. Enforces pre-flight site health check and post-build visual verification. Use when building any web UI (Next.js, React, Vue, Angular, HTML/CSS).

2026-04-19
backend-testing
محللو ضمان جودة البرمجيات والمختبرون

Curl-based API smoke testing for backend work. No browser required. Use when building or editing API routes, serverless functions, express endpoints, database layer, or any work where the deliverable is a callable endpoint rather than a UI. Complements web-testing — do not replace it for UI work.

2026-04-19
integration-validator
محللو ضمان جودة البرمجيات والمختبرون

Independent validator worker for integration gates. Walks the full user journey, runs E2E regression as a blocking gate, and files structured defect reports that the executive loop converts into subtasks running before the next sibling step. Modelled on the generic-harness-v2026-01-v2 validate_prompt.md pattern.

2026-04-11
enhance
مطوّرو البرمجيات

Parse and classify enhancement specifications, then dispatch to the right specialist agents

2026-04-11
podcast-script
الكتّاب والمؤلفون

Converts research into a compelling NotebookLM-style conversational podcast script

2026-04-11
quiz-gen
أساتذة علوم الحاسوب في التعليم العالي

Generates scenario-based multiple-choice quiz questions from research content

2026-04-11
research
أساتذة علوم الحاسوب في التعليم العالي

Researches a topic using web search and documentation, producing structured reference notes

2026-04-11
source-extract
مطوّرو البرمجيات

Fetches a web page and extracts structured content — key facts, code examples, definitions, and best practices

2026-04-11
synthesize
علماء الاجتماع

Cross-references multiple research documents to identify themes, gaps, conflicts, and priority rankings

2026-04-11
topic-decompose
المدرّسون الخصوصيون

Breaks a structured document into a hierarchical topic tree with estimated complexity ratings

2026-04-11
ui-scaffold
مطوّرو الويب

Generates a React + ShadCN/ui study application with podcast player, quiz, teach-back, and research browser — driven by Stitch design reference

2026-04-11
ui-validate
محللو ضمان جودة البرمجيات والمختبرون

Uses a reusable Playwright test spec to validate the generated study environment UI end-to-end

2026-04-11
jack-git-commit
مطوّرو البرمجيات

Structured git commit skill for all agents and humans. Use when: committing code changes, the user says "commit", "/jack-git-commit", a worker completes a task and needs to commit, or any agent needs to record work in git. Generates Conventional Commit messages with traceable metadata footers (Goal, Step, Worker) so git log serves as a self-documenting work ledger. Enforces atomic commits, staged-only policy, and NEVER pushes.

2026-04-11
goal-breakdown
متخصصو إدارة المشاريع

Decompose complex goals into concrete, actionable steps. Use when a goal exceeds the breakdown threshold (~100 estimated turns) and needs to be split into independently executable worker sessions. Adapts step count based on complexity estimate.

2026-04-05
long-agent-monitor
مديرو الشبكات وأنظمة الحاسوب

Monitor the continuous-agent executive loop running via PM2. Checks PM2 process health, tails executive and worker logs from ledgers/, inspects ai-sandbox for worker output progress, reviews goal bundles in workspace/, and surfaces issues from needs-you.md. Use when the user says "monitor agent", "check the agent", "how's the agent doing", or wants a status report on the running autonomous system.

2026-04-05
failure-diagnosis
مطوّرو البرمجيات

Investigate why a worker task is failing repeatedly. Analyze validation reports and worker logs to determine root cause, decide whether to retry with a different approach or escalate to human. Use after 3+ consecutive failures on the same goal.

2026-04-05
email-triage
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Triage inbound emails for the executive agent's mailbox. Classify each email as actionable (queue for processing), reply-worthy (human needs guidance), or noise (archive silently). Use during Phase 0.5 inbox check when the agent receives unread emails.

2026-04-04
executive-loop
مطوّرو البرمجيات

Central orchestrator running continuously via PM2 to select and delegate work. Use when operating as the main executive agent, running the 8-phase loop (health, inputs, selection, contract, execute, validate, update, sleep), delegating tasks to workers, managing retry logic, or enforcing constitutional limits. Entry point for continuous agent operation.

2026-03-28
practice-loop
مطوّرو البرمجيات

Run practice tasks when idle to improve skill confidence. Use when no primary work items are available, waiting for human input, in rate limit cooldown, skills blocking P0/P1 goals have low confidence, skills have maturity=Declared, or skills unused >30 days.

2026-03-28
task-contract
متخصصو إدارة المشاريع

Create valid task contracts between Executive and Worker. Use when preparing work for execution, classifying intent (outcome_only, what_only, what_and_how), defining verifiable Definition of Done criteria, assessing risk levels, or scoping allowed operations. Rule: No work without a valid task contract.

2026-03-28
playwright-demo-video
مطوّرو البرمجيات

Generate polished demo videos from Playwright specs with AI voiceover, captions, and music. Use when: creating demo videos for web projects, extracting captions from Playwright specs, generating TTS voiceover with ElevenLabs, merging video with freeze-frame timing, adding background music, auto-discovering project features to generate demo specs. Trigger: "demo video", "playwright demo", "generate demo", "caption extraction", "voiceover pipeline", "freeze frame merge", "auto-discover demo".

2026-02-08
calibration-eds
مطوّرو البرمجيات

Prove `deliver.eds.site` capability through end-to-end execution. Use when validating Edge Delivery Services skills before EDS work, checking aem-cli and GitHub auth availability, establishing baseline confidence, or surfacing Adobe EDS tooling blockers.

2026-02-02
calibration-nextjs
مطوّرو البرمجيات

Prove `deliver.nextjs.app.basic` capability through end-to-end execution. Use when validating Next.js delivery skills before important work, establishing baseline confidence from evidence, surfacing blockers (tooling, templates), or when nextjs.build.basic confidence is untested or low.

2026-02-02
prd-writer
متخصصو إدارة المشاريع

Create Product Requirements Documents (PRDs) that define WHAT to build and WHY. Use when user describes a problem, need, or feature idea that requires documentation before technical design. Creates structured PRDs in ai-docs/ covering problem statement, user needs, success criteria, functional requirements, and constraints. Triggers on requests like "write a PRD for...", "document requirements for...", or when user describes a feature/problem without technical implementation details.

2026-02-02
project-analysis
مطوّرو البرمجيات

Analyze existing codebases to document tech stack, patterns, and architecture before designing new features. Use when starting work on an unfamiliar codebase, before creating PRDs or architecture docs, when understanding existing patterns is needed, or when documenting current state for future reference. Creates analysis document in ai-docs/project-analysis.md covering tech stack, file structure, key patterns, and architectural decisions. Triggers on "analyze this codebase", "what's the tech stack?", or before major feature work in new projects.

2026-02-02
project-architect
مطوّرو البرمجيات

Create comprehensive architectural documentation for complex features or projects requiring multiple components, clear API design, and phase-based implementation. Use when starting complex features (3+ days work) that need system design, component specifications, or multi-phase planning. Creates architecture docs in ai-docs/architect/ defining system components, data flow, API contracts, and implementation phases. Triggers on "design the architecture for...", "create system design for...", or complex feature requests after PRD exists.

2026-02-02
task-breakdown
متخصصو إدارة المشاريع

Create detailed task specifications with step-by-step implementation instructions for complex features. Use after architecture documents exist, when breaking down multi-phase features into implementable tasks, defining dependencies and duration estimates, or creating detailed HOW-level instructions. Outputs to ai-docs/tasks/ directory. Triggers on "break down this feature into tasks", "create implementation tasks for...", or when detailed execution steps are needed after architectural design is complete.

2026-02-02
عرض أهم 40 من أصل 45 skills مجمعة في هذا المستودع.