← all publishers

TalonT-Org

@talont-org source repo

129 published skills · page 1 of 2

  1. Exp Lens Estimand Clarity · talont-org
    Create Estimand Clarity experimental design analysis decomposing the implicit estimand from code vs. explicit claims from prose. Evidential lens answering "What exactly is the claim?"
    1 install
  2. Exp Lens Severity Testing · talont-org
    Analyze severity of experimental tests — adversarial cases, negative controls, falsification tests, easy-pass detection, and confirmatory theater. Falsificationist lens answering "Would this design have caught the error?"
    1 install
  3. Exp Lens Validity Threats · talont-org
    Create a validity threat matrix identifying alternative explanations and design mitigations. Adversarial lens answering "What alternative explanations survive?"
    1 install
  4. Validate Review Decisions · talont-org
    Validate review-decisions audit findings with mandatory intent analysis and seven evidence-gathering rules. Adds docstring-as-contract recognition, deliberate-change detection, test-as-intent-signal, consumer-impact verification, architectural feasibility checks, behavioral simulation, and symmetry-as-design recognition to the standard validation workflow. Use when validating reports from audit-review-decisions specifically.
    1 install
  5. Arch Lens Error Resilience · talont-org
    Create Error/Resilience architecture diagram showing failure handling, recovery mechanisms, and circuit breakers. Diagnostic lens answering "How are failures handled?"
    1 install
  6. Exp Lens Unit Interference · talont-org
    Create Unit Interference experimental design diagram showing unit hierarchy, cluster structure, shared resources, and SUTVA violation pathways. Causal-Structural lens answering "What is the unit, and can treatments spill over?"
    1 install
  7. Planner Refine Assignments · talont-org
    Refine elaborated assignments for a single phase via parallel L0 subagents (L1+L0 pattern), using per-phase context file with peer_summaries for cross-phase visibility
    1 install
  8. Vis Lens Methodology Norms · talont-org
    Create Methodology Norms visualization planning spec showing ML sub-area mandatory figures, community conventions, and coverage gaps. Methodology-Normative lens answering "Which domain-specific figures are expected by reviewers?"
    1 install
  9. Arch Lens Module Dependency · talont-org
    Create Module Dependency architecture diagram showing package coupling, layering, and fan-in/fan-out. Structural lens answering "How are modules coupled?"
    1 install
  10. Arch Lens Repository Access · talont-org
    Create Repository/Data Access architecture diagram showing the repository pattern, entity relationships, and data access patterns. Data-centric lens answering "How is data accessed?"
    1 install
  11. Exp Lens Causal Assumptions · talont-org
    Create Causal Assumptions experimental design diagram showing confounders, mediators, colliders, and identification strategy. Causal-structural lens answering "What causal assumptions support this design?"
    0 installs
  12. Exp Lens Iterative Learning · talont-org
    Create Iterative Learning experimental design diagram showing factor space exploration, adaptive allocation, and next-experiment recommendations. Decision-Theoretic lens answering "How does this maximize learning per cost?"
    1 install
  13. Exp Lens Pipeline Integrity · talont-org
    Create Pipeline Integrity experimental design diagram showing data splits, leakage points, preprocessing order, and label contamination. Integrity lens answering "Could data handling create optimistic bias?"
    0 installs
  14. Exp Lens Variance Stability · talont-org
    Create a variance analysis profile assessing whether signals exceed noise and whether results are stable across random seeds. Stability lens answering "Is the signal larger than the noise?"
    1 install
  15. Implement Worktree No Merge · talont-org
    Implementation executor. ALWAYS invoke this skill when instructed to implement a plan in a worktree. Do not read the plan or edit files directly — use this skill first to load the full implementation workflow.
    1 install
  16. Exp Lens Measurement Validity · talont-org
    Analyze measurement validity for experimental design — auditing metric-construct alignment, proxy validity, reliability, sensitivity, and consequential validity. Argumentative lens answering "Do measurements justify the interpretation?"
    1 install
  17. Planner Elaborate Assignments · talont-org
    Elaborate all assignments for a target phase via parallel L0 subagents. One invocation per phase; spawns one L0 per assignment concurrently. (Pass 2 loop body)
    1 install
  18. Planner Assess Review Approach · talont-org
    Assess each work package for review-approach benefit before implementation. Writes review_approach_assessment.json; does NOT invoke review-approach.
    1 install
  19. Exp Lens Randomization Blocking · talont-org
    Create Randomization & Blocking experimental design diagram showing assignment mechanisms, blocking factors, and comparability sources. Design-Structural lens answering "Where does comparability come from?"
    1 install
  20. Exp Lens Sensitivity Robustness · talont-org
    Create Sensitivity & Robustness experimental design analysis identifying load-bearing analytic choices and untested perturbations. Robustness lens answering "Which assumptions are load-bearing?"
    0 installs
  21. Planner Validate Task Alignment · talont-org
    Validate that plan phases and WPs align with the stated task
    1 install
  22. Exp Lens Comparator Construction · talont-org
    Create Comparator Construction experimental design analysis assessing whether baselines and controls are fair and relevant. Counterfactual lens answering "Is the comparator fair and relevant?"
    0 installs
  23. Exp Lens Exploratory Confirmatory · talont-org
    Assess whether analytic decisions were pre-specified or post-hoc and whether exploratory/confirmatory norms are aligned. Boundary lens answering "Is this discovery or test, and are norms aligned?"
    1 install
  24. Exp Lens Reproducibility Artifacts · talont-org
    Create Reproducibility Artifacts experimental design diagram showing run instructions, environment capture, data availability, determinism controls, and audit trail. Transparency lens answering "Could an independent party reproduce this?"
    1 install
  25. Exp Lens Benchmark Representativeness · talont-org
    Create Benchmark Representativeness experimental design diagram showing coverage matrix, generalization gaps, and untested regions. Generalizability lens answering "Does this generalize beyond the test bed?"
    1 install
  26. Resolve Design Review · talont-org
    Triage STOP verdict findings from review-design, classifying each as ADDRESSABLE/STRUCTURAL/DISCUSS using parallel subagents. If any are ADDRESSABLE or DISCUSS, generate revision_guidance and emit resolution=revised. If all are STRUCTURAL, emit resolution=failed for terminal stop.
    1 install
  27. Vis Lens Chart Select · talont-org
    Create Chart Type Selection visualization planning spec showing encoding channel assignments, Cleveland-McGill perceptual hierarchy, and data-type→chart-type matrix. Typological lens answering "Which chart type is perceptually optimal for this data?"
    1 install
  28. Vis Lens Color Access · talont-org
    Create Chromatic Accessibility visualization planning spec showing colorblind safety (Okabe-Ito, Paul Tol palettes), perceptual uniformity checks (viridis/cividis pass; jet/rainbow fail), non-color redundant encoding (shape + line-style), and text size minimums. Chromatic lens answering "Is the color encoding accessible and perceptually uniform?"
    1 install
  29. Vis Lens Figure Table · talont-org
    Create Decisional Layout visualization planning spec showing figure-vs-table selection heuristics: tables win for exact values, ≤5 items, leaderboards, and ablation matrices; figures win for trends, distributions, and spatial patterns; borderline cases recommend both. Decisional lens answering "Should this result be a figure or a table?"
    1 install
  30. Arch Lens C4 Container · talont-org
    Create C4 Container architecture diagram showing static structure, building blocks, and technology choices. Anatomical lens answering "How is it built?"
    1 install
  31. Arch Lens Data Lineage · talont-org
    Create Data Lineage architecture diagram showing information flow, transformations, and storage destinations. Data-centric lens answering "Where is the data?"
    1 install
  32. Arch Lens Process Flow · talont-org
    Create Process/Execution Flow architecture diagram showing runtime behavior, state transitions, and decision points. Physiological lens answering "How does it behave?"
    1 install
  33. Audit Review Decisions · talont-org
    Audit merged PR review threads for agreed-but-deferred suggestions (design decisions, future work, out-of-scope items) that were never implemented. Mines REVIEW-FLAG markers from resolve-review and legacy keyword signals. Produces a structured markdown report with VALID/RESOLVED/STALE classifications and annotates processed threads with [AUDIT] markers to prevent re-identification on future runs.
    1 install
  34. Planner Extract Domain · talont-org
    Extract domain knowledge and naming conventions for planning context
    1 install
  35. Planner Reconcile Deps · talont-org
    Post-Pass-3 global dependency DAG construction — detects implicit dependencies individual WP sessions could not see
    1 install
  36. Vis Lens Caption Annot · talont-org
    Create Annotative Caption visualization planning spec showing declarative titles, axis labels with units, error definition in legend, baseline references, sample sizes, and venue-specific caption format. Annotative lens answering "Are figure captions and axis labels fully self-contained?"
    1 install
  37. Vis Lens Multi Compare · talont-org
    Create Compositional Layout visualization planning spec showing small-multiples vs overlay decisions, faceting strategy (row/col), shared-axis alignment, grouped vs stacked bars, factorial interaction plots, and panel reading order. Compositional lens answering "Which layout best reveals the comparison structure?"
    1 install
  38. Audit Defense Standards · talont-org
    Audit the codebase against defense standards derived from historical bug patterns. Standards accumulate over time as new patterns are discovered via audit-bugs and design-guards. Use when user says "audit defenses", "audit defense standards", "check defenses", or "defense audit".
    1 install
  39. Planner Consolidate Wps · talont-org
    Analyze WP complexity per phase and emit consolidation group manifests for trivial WP merging (L1+L0 pattern)
    1 install
  40. Planner Elaborate Phase · talont-org
    Elaborate a single phase into a full result, parallel-safe — receives plan snapshot + target phase ID
    1 install
  41. Planner Generate Phases · talont-org
    Generate high-level phases from project analysis (Pass 1 entry point)
    1 install
  42. Resolve Merge Conflicts · talont-org
    Goal-aware resolution of rebase conflicts when merging a conflict-resolution worktree back into the integration branch. Analyzes the intent of each side of a conflict, resolves it in-place when confidence is HIGH or MEDIUM, and escalates when LOW.
    1 install
  43. Resolve Research Review · talont-org
    Fetch PR review comments from review-research-pr, run research-aware intent validation (ACCEPT/REJECT/DISCUSS), apply targeted fixes, escalate unrerunnable findings, and post inline replies. Exit 0 drives recipe re_push_research; exit non-zero halts the cycle.
    1 install
  44. Exp Lens Fair Comparison · talont-org
    Create a comparison fairness matrix assessing whether alternatives are evaluated under symmetric constraints. Fairness lens answering "Are alternatives compared under symmetric constraints?"
    1 install
  45. Exp Lens Governance Risk · talont-org
    Create a risk register and stakeholder impact assessment for experiments with deployment implications. Governance lens answering "What risks arise from acting on this result?"
    1 install
  46. Vis Lens Reproducibility · talont-org
    Create Replicative Reproducibility visualization planning spec showing data availability, preprocessing parameter disclosure (bin widths, smoothing windows), plotting library/version, random seeds, and code reference per figure. Replicative lens answering "Can the figures be reproduced from the data and code?"
    1 install
  47. Arch Lens State Lifecycle · talont-org
    Create State Lifecycle architecture diagram showing field contracts, validation gates, and resume safety. Contract overlay lens answering "How is state corruption prevented?"
    1 install
  48. Vis Lens Story Arc · talont-org
    Create Narrative Story Arc visualization planning spec showing visual consistency across the report (same color = same model everywhere), logical figure progression, redundant figure detection, and narrative dependency between figures. Narrative lens answering "Do the figures tell a coherent story across the report?"
    1 install
  49. Arch Lens Scenarios · talont-org
    Create Scenarios architecture diagram showing end-to-end user journeys and component cooperation validation. Validation lens answering "Do the components work together?"
    1 install
  50. Audit Feature Gates · talont-org
    Audit feature flag isolation — traces import chains, runtime gates, tool/skill tag coverage, UI surfaces, and test markers to detect leakage and miswiring.
    1 install
  51. Build Execution Map · talont-org
    Analyze issue dependencies and produce a dispatch execution map for parallel orchestration
    1 install
  52. Compose Research Pr · talont-org
    Reads a PR prep file and validated experiment diagrams, composes the PR body, and creates the GitHub PR. Part 3 of 3 in the decomposed research-PR flow.
    1 install
  53. Open Integration Pr · talont-org
    Create an integration PR for the merge-prs. Reads pr_order_file JSON, generates a rich PR body with per-PR details, arch-lens diagrams, and carried-forward Closes #N references. Closes all collapsed PRs with a comment after creation. Use inside the merge-prs after all PRs have been merged into the integration branch.
    1 install
  54. Prepare Research Pr · talont-org
    Reads a research report and experiment plan, synthesizes a recommendation, selects 1-2 exp-lens lenses, writes a context file per lens, and writes a PR prep file. Does NOT open a PR. Part 1 of 3 in the decomposed research-PR flow.
    1 install
  55. Validate Test Audit · talont-org
    Validate test audit findings with test-domain semantic rules and intent analysis. Adds import-path-as-contract recognition, precondition-as-assertion detection, provenance verification, split-era lifecycle awareness, and deletion-vs-improvement distinction to the standard validation workflow. Use when validating reports from audit-tests specifically.
    1 install
  56. Arch Lens Deployment · talont-org
    Create Deployment/Physical architecture diagram showing infrastructure topology, process boundaries, and network communication. Physical lens answering "Where does it run?"
    1 install
  57. Implement Experiment · talont-org
    Deploy experiment artifacts in an isolated git worktree following an approved experiment plan, with per-phase commits.
    1 install
  58. Make Experiment Diag · talont-org
    Interactive selection of experimental design lens for visualizing experiment methodology. Routes to the appropriate exp-lens-* skill.
    1 install
  59. Vis Lens Antipattern · talont-org
    Create Anti-Pattern Detection visualization audit showing severity-tiered catalog of visualization anti-patterns present in or planned for the experiment. Diagnostic lens answering "Which visualization anti-patterns are present?"
    1 install
  60. Vis Lens Uncertainty · talont-org
    Create Uncertainty Representation visualization planning spec showing error bar definitions, distribution-aware alternatives, and multi-seed variance protocols. Statistical lens answering "How is uncertainty honestly represented?"
    1 install
  61. Arch Lens Concurrency · talont-org
    Create Concurrency architecture diagram showing parallel execution patterns, thread pools, synchronization, and barriers. Physiological lens answering "How does parallelism work?"
    1 install
  62. Arch Lens Development · talont-org
    Create Development architecture diagram showing project structure, build tools, and quality gates. Development lens answering "How is it built and tested?"
    1 install
  63. Arch Lens Operational · talont-org
    Create Operational architecture diagram showing CLI workflows, configuration, and observability. Administration lens answering "How is it run and monitored?"
    1 install
  64. Exp Lens Error Budget · talont-org
    Analyze statistical error budget showing Type I/II errors, power, minimum detectable effect, multiplicity corrections, and sequential monitoring. Statistical lens answering "Are error risks sized and controlled?"
    1 install
  65. Planner Elaborate Wps · talont-org
    Elaborate all work packages for a target phase via parallel L0 subagents. One invocation per phase; spawns one L0 per WP concurrently. (Pass 3 loop body)
    1 install
  66. Planner Refine Phases · talont-org
    Refine elaborated phases with cross-phase visibility via parallel L0 subagents (L1+L0 pattern)
    1 install
  67. Resolve Claims Review · talont-org
    Fetch claim findings from audit-claims, run citation-aware intent validation (ACCEPT/REJECT/DISCUSS), apply targeted citation fixes, escalate findings requiring experiment reruns, and post inline replies.
    1 install
  68. Retry Worktree · talont-org
    Worktree retry executor. ALWAYS invoke this skill when instructed to continue or retry an implementation in an existing worktree. Do not resume editing files directly — use this skill first to load the retry workflow.
    1 install
  69. Run Experiment · talont-org
    Execute a designed experiment in a worktree and collect structured results. Supports --adjust retry mode.
    1 install
  70. Collapse Issues · talont-org
    Identify clusters of related triaged GitHub issues sharing the same recipe route and collapse them into a single combined issue with full content from all originals. Closes originals with cross-reference comments. Inverse of issue-splitter.
    1 install
  71. Dry Walkthrough · talont-org
    Plan validation executor. ALWAYS invoke this skill when instructed to validate or dry-walkthrough a plan. Do not read the plan or trace changes directly — use this skill first to load the validation workflow.
    1 install
  72. Elaborate Phase · talont-org
    Elaborate a migration plan phase into a complete self-contained implementation plan. Use when user says "elaborate phase", "elaborate phase N", or "phase elaboration". Assesses codebase, writes detailed phase plan, then validates with dry walkthrough.
    1 install
  73. Generate Report · talont-org
    Synthesize experiment results into a structured research report in the research/ folder. Supports --inconclusive flag.
    1 install
  74. Migrate Recipes · talont-org
    Apply versioned migration notes to an AutoSkillit recipe. Use when user confirms migration, called by agent or autoskillit migrate CLI, or invoked directly.
    1 install
  75. Plan Experiment · talont-org
    Convert a scope report into a structured experiment plan with hypothesis, variables, phases, and success criteria.
    1 install
  76. Planner Analyze · talont-org
    Analyze project structure for planning decomposition
    1 install
  77. Review Approach · talont-org
    Research modern solutions and approaches for issues or features proposed in a report or plan. Use when user says "review approach", "review approaches", "research solutions", or wants external validation of a proposed direction.
    1 install
  78. Pipeline Summary · talont-org
    Create a GitHub issue and PR summarizing pipeline bugs and fixes. Use when a pipeline run completes with accumulated bug fixes on a feature branch.
    1 install
  79. Resolve Failures · talont-org
    Failure resolution executor. ALWAYS invoke this skill when instructed to fix test failures in a worktree. Do not read test output or edit code directly — use this skill first to load the failure resolution workflow.
    1 install
  80. Setup Environment · talont-org
    Pre-flight environment gate for the research recipe. Reads the experiment plan, detects the required environment type, builds a Docker image or creates a host micromamba environment, and emits an env_mode verdict consumed by downstream steps.
    1 install
  81. Vis Lens Temporal · talont-org
    Create Temporal Dynamics visualization planning spec showing axis scaling (linear vs log), smoothing disclosure, epoch/step alignment, run aggregation (mean + variance bands), early-stopping markers, and wall-clock vs step-count x-axis. Temporal lens answering "Are training dynamics shown clearly and honestly?"
    1 install
  82. Arch Lens Security · talont-org
    Create Security architecture diagram showing trust boundaries, validation layers, and process isolation. Security lens answering "Where are the trust boundaries?"
    3 installs
  83. Implement Worktree · talont-org
    Worktree implementation executor. ALWAYS invoke this skill when instructed to implement a plan in a worktree with testing and merging. Do not read the plan or edit files directly — use this skill first to load the full implementation workflow.
    1 install
  84. Plan Visualization · talont-org
    Orchestrates 2–4 vis-lens skills in parallel to produce a figure inventory (visualization-plan.md) and a report-placement outline (report-plan.md). Runs after design review GO, before worktree creation.
    1 install
  85. Planner Refine Wps · talont-org
    Refine elaborated work packages with cross-phase visibility via per-phase L0 subagents (L1+L0 pattern)
    1 install
  86. Review Research Pr · talont-org
    Automated diff-scoped research PR review using parallel audit subagents aligned to research quality dimensions. Posts inline GitHub review comments and submits a summary verdict. Use after a research PR is opened to gate on review approval.
    1 install
  87. Vis Lens Always On · talont-org
    Create Always-On visualization triage report running three sequential analysis passes (anti-pattern, accessibility, annotation completeness) and emitting a combined PASS|WARN_N|FAIL_N verdict. Composite lens answering "What are the blocking visualization issues?"
    1 install
  88. Diagnose CI · talont-org
    Diagnostic executor for CI failures. ALWAYS invoke this skill when instructed to diagnose CI failures. Do not fetch CI logs directly — use this skill first to load the diagnosis workflow.
    1 install
  89. Investigate · talont-org
    Deep investigation of errors, bugs, or codebase questions without making any code changes. Use when user mentions investigate, understand, explore, analyze, or pastes error tracebacks. Spawns parallel subagents for comprehensive exploration.
    1 install
  90. Make Groups · talont-org
    Break a large plan, architecture proposal, or feature document into sequenced implementation groups for the make-plan pipeline. Use when user says "make groups", "group requirements", "sequence groups", or wants to decompose a large document into ordered implementation units.
    1 install
  91. Verify Diag · talont-org
    Verify an architecture diagram against the actual codebase. Checks component existence, connection accuracy, and read/write directionality. Use when user says "verify diagram", "verify diag", "check diagram", or wants to validate diagram accuracy.
    1 install
  92. Audit Claims · talont-org
    Parallel subagent-driven claim extraction and citation integrity audit for research PRs. Extracts claims by section, matches against available evidence, classifies unsupported claims as findings, and emits a verdict for recipe routing.
    1 install
  93. Write Recipe · talont-org
    Generate YAML recipes for .autoskillit/recipes/. Use when user says "make script skill", "generate script", "script a workflow", "write a script", "create a script", "new recipe", "write a pipeline", or when loaded by other skills for script formatting.
    1 install
  94. Design Guards · talont-org
    Investigate a bug pattern audit report and design architectural guards (tests, contracts, structural changes) that provide immunity to each identified pattern. Use when user says "design guards", "design defenses", or wants architectural solutions for bug patterns.
    0 installs
  95. Enrich Issues · talont-org
    Backfill structured requirements on existing GitHub issues triaged with recipe:implementation labels. Scans candidates, skips already-enriched issues, performs codebase-grounded analysis, and appends a Requirements section in REQ-{GRP}-NNN format via gh issue edit.
    1 install
  96. Make Campaign · talont-org
    Interactively author a campaign recipe YAML through a 6-phase guided workflow. Use when user says "make campaign", "create campaign", "author campaign", "new campaign recipe", or wants to decompose a campaign goal into dispatches.
    1 install
  97. Prepare Issue · talont-org
    Create a single GitHub issue and immediately triage it — dedup check, classification (recipe:implementation or recipe:remediation), mixed-concern detection, and label application. Use when user says "open an issue", "create an issue", "file an issue", or "file a bug". The user-facing counterpart to report_bug.
    1 install
  98. Review Design · talont-org
    Validate an experiment plan before execution using triage-first, fail-fast dimensional analysis with an adversarial red-team. Emits verdict (GO/REVISE/STOP), experiment_type, evaluation_dashboard, and revision_guidance.
    1 install
  99. Setup Project · talont-org
    Explore a target project and generate tailored recipes and config through an interactive workflow. Use when user wants to onboard a new project to AutoSkillit, says "setup project", or wants a starting point config.
    1 install
  100. Triage Issues · talont-org
    Analyze open GitHub issues and produce a sequenced implementation plan — grouping issues into parallel batches, ordering those batches, and tagging each issue with its recipe route. Use when user says "triage issues", "prioritize issues", or "plan issue order".
    1 install