Skip to main content

40ants/bots

SkillsMP has collected 12 skills from 40ants/bots. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
12
GitHub stars
4
GitHub forks
1

Skills in this repository

classification pending

Showing 12 of 12 collected skills.

occupation
unclassified
description

AI-агент — эксперт-оркестратор разработки по методологии Atomic Spec. Декомпозирует задачу на атомы (spec.md), переключается между ролями Аналитик → Разработчик → Тестировщик, валидирует артефакты на каждом gate перед передачей следующей роли, ведёт git по…

Source text: Russian

updated
occupation
unclassified
description

Use when the user needs multi-source research with citation tracking, evidence persistence, and structured report generation. Triggers on "deep research", "comprehensive analysis", "research report", "compare X vs Y", "analyze trends", or "state of the art".…

updated
occupation
unclassified
description

Run static analysis on Common Lisp projects with the Mallet command-line linter. Use when reviewing, diagnosing, or fixing lint findings in `.lisp` or `.asd` files; when establishing a lint baseline; or when verifying that Common Lisp changes leave no…

updated
occupation
unclassified
description

Use when writing new or large Common Lisp code where subtle library or language gotchas are likely — event-emitter argument order, parenthesis imbalance in a big file, or a defmethod whose specializers may silently collide with one in a dependency. Also apply…

updated
occupation
unclassified
description

Use when ASDF fasl cache is stale and build tools (build-docs, qlot exec sbcl, etc.) do not pick up source changes — typically after modifying docstrings, adding defgeneric forms, or renaming exported symbols. Apply when recompilation shows no effect or…

updated
occupation
unclassified
description

Use when defining CLOS classes and their constructors in Common Lisp, adding an optional slot to an existing class, or converting a defstruct to a defclass — especially when writing a make-<name> constructor that hides make-instance.

updated
occupation
unclassified
description

Use when encoding or decoding JSON, building dictionary/map data, or choosing between hash-tables, alists, and plists in Common Lisp — especially with YASON or serapeum:dict, or when a JSON null check via (null ...) returns the wrong answer.

updated
occupation
unclassified
description

Use when adding or changing log calls in a Common Lisp project that uses log4cl (the LOG package), when compilation fails with "Package LOG does not exist" in an ASDF package-inferred system, or when a log:info call with a path or tilde crashes or garbles at…

updated
occupation
unclassified
description

Use when writing or running tests with the Rove framework in a Common Lisp project, wiring an ASDF test-op, debugging an unexpected (signals ...) test result, or running a single test from the REPL.

updated
occupation
unclassified
description

Use when developing Common Lisp interactively against a running image reachable through an MCP eval tool (eval_lisp_form / eval-lisp-form) and you need to evaluate forms safely, reload a file after editing it, capture REPL output, or locate a dependency's…

updated
occupation
unclassified
description

Use when creating or updating documentation for Common Lisp projects that use (or should use) the 40ants-doc system with docs-builder for README, changelog, and HTML site generation. Apply when a project has no docs, has markdown/rst files that should be…

updated
occupation
unclassified
description

Use when creating or editing Common Lisp source files (.lisp/.asd) — setting up packages, declaring function types, choosing iteration/control-flow/condition constructs, or applying naming and formatting conventions in a Common Lisp project.

updated
Showing 12 of 12 collected skills.