Topic: ai-agent
2,303 skills in this topic.
-
zero-state-return
Trigger Always inject into Arithmetic agent (extends existing ZERO_STATE_ECONOMICS) - Purpose Check protocol return-to-zero state, not just initial zero state
PlamenTSV/plamen 215
-
fork-ancestry
Trigger Pattern Always (run during recon TASK 0, not breadth) - Inject Into Recon agent only (meta_buffer.md enrichment)
PlamenTSV/plamen 215
-
external-precondition-audit
Trigger Pattern Any external module interaction detected in attack_surface.md - Inject Into Breadth agents (merged via M5 hierarchy)
PlamenTSV/plamen 215
-
migration-analysis
Trigger Pattern Package upgrades, version transitions, deprecated functions, object layout changes - Inject Into Breadth agents, depth-state-trace
PlamenTSV/plamen 215
-
move-safety-core-directives
Lightweight core directives for Sui Move always-required skills — injected into every breadth agent. Full methodology lives in the dedicated Move-Safety Agent.
PlamenTSV/plamen 215
-
reentrancy-analysis
Trigger REENTRANCY flag detected (dynamic dispatch, closures, dispatchable FA, function values) - Used by Breadth agents, depth-state-trace
PlamenTSV/plamen 215
-
flash-loan-interaction
Trigger Pattern FLASH_LOAN flag (required) or BALANCE_DEPENDENT flag (optional complement) - Inject Into Breadth agents, depth-token-flow, depth-edge-case
PlamenTSV/plamen 215
-
event-completeness
Trigger MISSING_EVENT flag in template_recommendations.md (recon detects admin/state-changing functions without events) - Agent Type general-purpose (standalone niche agent, NOT...
PlamenTSV/plamen 215
-
dimensional-analysis
Trigger MIXED_DECIMALS flag (mulDiv/mulWad/rayMul + mixed scale factors detected) - standalone niche agent, 1 budget slot
PlamenTSV/plamen 215
-
callback-receiver-safety
Niche agent for callback receiver safety: access control on implemented callback handlers, permissionless state inflation via callbacks, and selective revert exploitation
PlamenTSV/plamen 215
-
storage-layout-safety
Type Thought-template (instantiate before use) - Trigger Pattern STORAGE_LAYOUT flag detected
PlamenTSV/plamen 215
-
multi-step-operation-safety
Niche agent for multi-step operation safety: authorization sequence conflicts in batch/multi-step operations, and infrastructure address targeting via public on-behalf-of functions
PlamenTSV/plamen 215
-
staking-receipt-tokens
Type Thought-template (instantiate before use) - Research basis Donation attacks via unsolicited token transfers
PlamenTSV/plamen 215
-
ref-lifecycle
Type Thought-template (instantiate before use) - Trigger Pattern Always (Aptos Move) -- ConstructorRef/TransferRef/MintRef/BurnRef lifecycle
PlamenTSV/plamen 215
-
semantic-gap-investigator
Trigger Semantic Invariant Agent (Phase 4a.5) reports sync_gaps = 1 OR accumulation_exposures = 1 OR conditional_writes = 1 OR cluster_gaps = 1 in its return message - Agent Typ...
PlamenTSV/plamen 215
-
recall-write
Write a note to memory with write gate evaluation. Only saves behavior-changing facts.
davegoldblatt/total-recall 192
-
recall-status
Show memory system health — word counts, stale entries, hook status, recommendations.
davegoldblatt/total-recall 192
-
recall-search
Search across all memory tiers (registers, daily logs, archive) for relevant information.
davegoldblatt/total-recall 192
-
recall-promote
Review daily logs and promote entries to registers or working memory.
davegoldblatt/total-recall 192
-
recall-maintain
Pressure-based memory cleanup. Demotes, archives, or pins entries when working memory exceeds budget.
davegoldblatt/total-recall 192
-
recall-log
Quick append to daily log without write gate evaluation.
davegoldblatt/total-recall 192
-
recall-init-ids
Add durable IDs to memory entries. Required before /recall-maintain can run.
davegoldblatt/total-recall 192
-
recall-init
Scaffold the Total Recall memory directory structure in this project.
davegoldblatt/total-recall 192
-
recall-forget
Mark memory entries as superseded. Preserves history, does not delete.
davegoldblatt/total-recall 192