← all publishers

jmagly

@jmagly source repo

236 published skills · page 1 of 3

  1. Chunk · jmagly
    Split a file into overlapping chunks suitable for parallel fanout processing and emit a manifest describing each chunk
    0
    installs
  2. Fanout · jmagly
    Dispatch the same query to multiple subagents in parallel across chunks in a manifest and aggregate results with source provenance
    0
    installs
  3. Chunk 2 · jmagly
    Split a file into overlapping chunks suitable for parallel fanout processing and emit a manifest describing each chunk
    0
    installs
  4. Fanout 2 · jmagly
    Dispatch the same query to multiple subagents in parallel across chunks in a manifest and aggregate results with source provenance
    0
    installs
  5. Rlm Mode · jmagly
    Detect requests for recursive decomposition and large-scale operations that benefit from RLM processing
    0
    installs
  6. Rlm Prep · jmagly
    Prepare source content for RLM processing by discovering files, chunking each one, and writing a unified searchable manifest
    0
    installs
  7. Rlm Batch · jmagly
    Parallel fan-out processing - spawn multiple sub-agents for chunked context processing
    0
    installs
  8. Rlm Query · jmagly
    Spawn sub-agent to process focused context and return structured result
    0
    installs
  9. Rlm Mode 2 · jmagly
    Detect requests for recursive decomposition and large-scale operations that benefit from RLM processing
    0
    installs
  10. Rlm Prep 2 · jmagly
    Prepare source content for RLM processing by discovering files, chunking each one, and writing a unified searchable manifest
    0
    installs
  11. Rlm Search · jmagly
    Run the full Recursive Language Model pipeline — prep, fan out across chunks, and recursively synthesize until results fit one context window
    0
    installs
  12. Rlm Status · jmagly
    Show status of RLM task tree execution
    0
    installs
  13. Rlm Batch 2 · jmagly
    Parallel fan-out processing - spawn multiple sub-agents for chunked context processing
    0
    installs
  14. Rlm Query 2 · jmagly
    Spawn sub-agent to process focused context and return structured result
    0
    installs
  15. Rlm Search 2 · jmagly
    Run the full Recursive Language Model pipeline — prep, fan out across chunks, and recursively synthesize until results fit one context window
    0
    installs
  16. Rlm Status 2 · jmagly
    Show status of RLM task tree execution
    0
    installs
  17. Ralph · jmagly
    Execute iterative task loop until completion criteria are met - iteration beats perfection
    0
    installs
  18. LLM Wiki · jmagly
    Enable and configure the llm-wiki addon for long-term, long-form project memory, select a wiki profile, and route ingestion and health checks through the knowledge-base and semantic-memory capabilities.
    0
    installs
  19. Ralph 2 · jmagly
    Execute iterative task loop until completion criteria are met - iteration beats perfection
    0
    installs
  20. Eval Loop · jmagly
    Configure and run the isolated eval loop pattern — generate, evaluate, refine until pass threshold met
    0
    installs
  21. Uat Report · jmagly
    Generate UAT completion report with tool coverage matrix, pass/fail metrics, and regression detection
    0
    installs
  22. LLM Wiki 2 · jmagly
    Enable and configure the llm-wiki addon for long-term, long-form project memory, select a wiki profile, and route ingestion and health checks through the knowledge-base and semantic-memory capabilities.
    0
    installs
  23. Dev Doctor · jmagly
    Run a development-focused health check on the AIWG repository structure
    0
    installs
  24. Link Check · jmagly
    Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix
    0
    installs
  25. Uat Execute · jmagly
    Execute a UAT plan against live MCP connections, tracking pass/fail per test and filing issues on failure
    0
    installs
  26. Eval Loop 2 · jmagly
    Configure and run the isolated eval loop pattern — generate, evaluate, refine until pass threshold met
    0
    installs
  27. Devkit Test · jmagly
    Auto-fix discoverable issues
    0
    installs
  28. Uat Generate · jmagly
    Discover MCP tools and generate a phased UAT plan with agent-executable test specifications
    0
    installs
  29. Dev Doctor 2 · jmagly
    Run a development-focused health check on the AIWG repository structure
    0
    installs
  30. Link Check 2 · jmagly
    Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix
    0
    installs
  31. Agent Loop · jmagly bundle
    Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
    0
    installs
  32. Eval Agent · jmagly
    Run evaluation tests against an agent to assess quality and archetype resistance
    0
    installs
  33. Aiwg Hooks · jmagly
    Install, configure, and inspect AIWG lifecycle hooks for tracing, permissions, session management, context injection, and quality gates.
    0
    installs
  34. Devkit Test 2 · jmagly
    Auto-fix discoverable issues
    0
    installs
  35. Ralph Abort · jmagly
    Abort a running agent loop and optionally revert changes
    0
    installs
  36. Dev Mode Init · jmagly
    Switch AIWG CLI to dev mode (local repo source), rebuild, deploy dev tools, and run a health check — all via the Steward agent
    0
    installs
  37. Eval Report · jmagly
    Generate an aggregate agent quality report from evaluation results, showing scores, regressions, and recommendations
    0
    installs
  38. Productionize · jmagly
    Production readiness review — strip prototype scaffolding, harden code, validate cost model, generate prod/ artifacts
    0
    installs
  39. Agent Loop 2 · jmagly bundle
    Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
    0
    installs
  40. Debug Memory · jmagly
    Query and manage the executable feedback debug memory
    0
    installs
  41. Ralph Attach · jmagly
    Attach to a running agent loop's live output stream
    0
    installs
  42. Ralph Config · jmagly
    View and configure agent loop settings — show, set, reset, and apply named presets
    0
    installs
  43. Ralph Memory · jmagly
    Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations
    0
    installs
  44. Ralph Resume · jmagly
    Resume an interrupted agent loop from last checkpoint
    0
    installs
  45. Ralph Status · jmagly
    Check status of current or previous agent loop
    0
    installs
  46. Validate Addon · jmagly
    Validate an entire AIWG addon package for completeness and release readiness
    0
    installs
  47. Auto Memory · jmagly
    Configure AIWG automatic-memory seed templates for project overview, testing, debugging, and architecture knowledge, with provider compatibility guidance.
    0
    installs
  48. Cost Optimizer · jmagly
    Analyze LLM pipeline costs and generate concrete optimization recommendations with savings estimates
    0
    installs
  49. Ralph Abort 2 · jmagly
    Abort a running agent loop and optionally revert changes
    0
    installs
  50. Dev Mode Init 2 · jmagly
    Switch AIWG CLI to dev mode (local repo source), rebuild, deploy dev tools, and run a health check — all via the Steward agent
    0
    installs
  51. Productionize 2 · jmagly
    Production readiness review — strip prototype scaffolding, harden code, validate cost model, generate prod/ artifacts
    0
    installs
  52. Ralph Reflect · jmagly
    View and manage agent loop reflections and episodic memory
    0
    installs
  53. Devkit Validate · jmagly
    Validate addon, framework, or extension structure and manifest
    0
    installs
  54. Eval Workflow · jmagly
    Run evaluation tests against a multi-agent workflow to assess orchestration quality and failure archetype resistance
    0
    installs
  55. Pipeline Design · jmagly
    Interactive LLM inference pipeline design — elicits requirements, recommends pattern, scaffolds production-ready artifacts
    0
    installs
  56. Pipeline Status · jmagly
    Show status overview of all LLM inference pipelines in the current project
    0
    installs
  57. Prompt Engineer · jmagly
    Production prompt engineering — write, iterate, and refine prompts with built-in eval loop feedback
    0
    installs
  58. Debug Memory 2 · jmagly
    Query and manage the executable feedback debug memory
    0
    installs
  59. Ralph Attach 2 · jmagly
    Attach to a running agent loop's live output stream
    0
    installs
  60. Ralph Config 2 · jmagly
    View and configure agent loop settings — show, set, reset, and apply named presets
    0
    installs
  61. Ralph Memory 2 · jmagly
    Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations
    0
    installs
  62. Ralph Resume 2 · jmagly
    Resume an interrupted agent loop from last checkpoint
    0
    installs
  63. Ralph Status 2 · jmagly
    Check status of current or previous agent loop
    0
    installs
  64. Validate Addon 2 · jmagly
    Validate an entire AIWG addon package for completeness and release readiness
    0
    installs
  65. Auto Memory 2 · jmagly
    Configure AIWG automatic-memory seed templates for project overview, testing, debugging, and architecture knowledge, with provider compatibility guidance.
    0
    installs
  66. Cost Optimizer 2 · jmagly
    Analyze LLM pipeline costs and generate concrete optimization recommendations with savings estimates
    0
    installs
  67. Star Prompt · jmagly
    Tastefully invite users to star AIWG after a successful workflow.
    0
    installs
  68. Agent Loop Ext · jmagly
    Crash-resilient external agent loop with state persistence and CI/CD integration
    0
    installs
  69. Ralph External · jmagly
    Crash-resilient external loop with state persistence and CI/CD integration
    0
    installs
  70. Droid Bridge · jmagly
    Configure and operate the Droid Bridge MCP integration that delegates authorized batch work to Factory Droid and exposes task monitoring.
    0
    installs
  71. Pattern Selector · jmagly
    Recommends the right LLM pipeline pattern for a use case — simple chain, embedded agent, state machine, RAG, eval loop, or dynamic prompt
    0
    installs
  72. Premortem V2 · jmagly
    Run a diversity-first premortem with bounded deep dives, blind plausibility and impact verification, and explicit provenance labels.
    0
    installs
  73. Flaky Fix · jmagly
    Suggest and apply fixes for flaky tests based on detected patterns. Use after flaky-detect identifies unreliable tests that need repair.
    0
    installs
  74. Test Sync · jmagly
    Detect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation.
    0
    installs
  75. Ralph Reflect 2 · jmagly
    View and manage agent loop reflections and episodic memory
    0
    installs
  76. Devkit Validate 2 · jmagly
    Validate addon, framework, or extension structure and manifest
    0
    installs
  77. Issue Planner · jmagly
    Research-grounded SDLC issue planner — dispatches parallel research, generates the supporting doc corpus, then files prioritized cross-referenced issues for human review.
    0
    installs
  78. Pipeline Design 2 · jmagly
    Interactive LLM inference pipeline design — elicits requirements, recommends pattern, scaffolds production-ready artifacts
    0
    installs
  79. Pipeline Status 2 · jmagly
    Show status overview of all LLM inference pipelines in the current project
    0
    installs
  80. Prompt Engineer 2 · jmagly
    Production prompt engineering — write, iterate, and refine prompts with built-in eval loop feedback
    0
    installs
  81. Ralph Analytics · jmagly
    Show analytics and metrics from agent loop execution history
    0
    installs
  82. Agent Loop Ext 2 · jmagly
    Crash-resilient external agent loop with state persistence and CI/CD integration
    0
    installs
  83. Droid Bridge 2 · jmagly
    Configure and operate the Droid Bridge MCP integration that delegates authorized batch work to Factory Droid and exposes task monitoring.
    0
    installs
  84. Pattern Selector 2 · jmagly
    Recommends the right LLM pipeline pattern for a use case — simple chain, embedded agent, state machine, RAG, eval loop, or dynamic prompt
    0
    installs
  85. Flaky Fix 2 · jmagly
    Suggest and apply fixes for flaky tests based on detected patterns. Use after flaky-detect identifies unreliable tests that need repair.
    0
    installs
  86. Test Sync 2 · jmagly
    Detect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation.
    0
    installs
  87. Execute Feedback · jmagly
    Execute tests on generated code and iterate until passing
    0
    installs
  88. Setup Run · jmagly
    Execute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installati
    0
    installs
  89. Validate Component · jmagly
    Validate a single AIWG component (skill, agent, or command) for completeness and correctness
    0
    installs
  90. Prose Run · jmagly
    Execute an OpenProse program within the current AIWG session, following the two-phase model (Forme wiring + Prose VM execution)
    0
    installs
  91. Tdd Enforce · jmagly bundle
    Configure TDD enforcement via pre-commit hooks and CI coverage gates. Use when setting up test-first workflows or adding coverage gates.
    0
    installs
  92. Ralph Analytics 2 · jmagly
    Show analytics and metrics from agent loop execution history
    0
    installs
  93. Color Trends · jmagly
    Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
    0
    installs
  94. Portable Complete · jmagly bundle
    Use this complete portable fixture to verify Agent Skills round trips.
    0
    installs
  95. Devkit Create Addon · jmagly
    Create a new AIWG addon with AI-guided setup
    0
    installs
  96. Devkit Create Agent · jmagly
    Create a new agent with AI-guided expertise definition following the Agent Design Bible
    0
    installs
  97. Devkit Create Skill · jmagly
    Enable interactive design mode
    0
    installs
  98. Flaky Detect · jmagly
    Identify flaky tests from CI history and test execution patterns. Use when debugging intermittent test failures, auditing test reliability, or improving CI stability.
    0
    installs
  99. Execute Feedback 2 · jmagly
    Execute tests on generated code and iterate until passing
    0
    installs
  100. Setup Run 2 · jmagly
    Execute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installati
    0
    installs