testing
49Skill Claude CodeCodex
Test runner, generation, and coverage analysis.
Skill Claude CodeCodex
Test runner, generation, and coverage analysis.
Skill Claude CodeCodex
Authentication and provider management.
Skill Claude CodeCodex
Fact-check LLM-generated content against source-of-truth — confirm imports import, CLI flags are real, links resolve, counts match. Triggers on: verify docs, fact-check, did the model hallucinate, check generated content, are these claims real.
Skill Claude CodeCodex
Guided multi-step wizards with XML task decomposition.
Skill Claude CodeCodex
Run several analysis workflows together in one sweep. Triggers on: run all workflows, run multiple workflows, full analysis sweep, workflow orchestration.
Skill Claude CodeCodex
AI-powered analysis workflows.
Plugin Claude Code
Plugin marketplace listing 2 plugins: attune-ai, attune-help.
Hook Claude Code
Runs when a session starts, executing help_freshness_nudge.py, starter_prompt_nudge.py and starter_reconciler.py (3 commands). From Smart-AI-Memory/attune-ai.
Hook Claude Code
Runs when the agent finishes a response, executing lessons_reminder.py. From Smart-AI-Memory/attune-ai.
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing security_guard.py, worktree_path_guard.py and dirty_switch_guard.py (4 commands). From Smart-AI-Memory/attune-ai.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Bash, Edit and Write tool calls, executing format_on_save.py and telemetry_hook.py (2 commands). From Smart-AI-Memory/attune-ai.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, Stop, PreToolUse, PostToolUse) and 1 allowed tools.
Agent
The Agent Factory is the build-your-own-agent surface, distinct from the packaged workflows and from wizards.
Agent
The agents feature is Attune's Universal Agent Factory — one interface for creating, running, and orchestrating AI agents, backed by your choice of framework (native, LangChain, LangGraph, AutoGen, or Haystack) without rewriting code when you switch frameworks. The entry point is AgentFactory: it picks a framework…
Agent
Agent "agents-error" from Smart-AI-Memory/attune-ai, covering failure modes, risk areas and diagnosis order.
Agent
AgentFactory is one interface to create, run, and orchestrate AI agents across frameworks (native, LangChain, LangGraph, AutoGen, Haystack) without rewriting code when you switch.
Agent
The agents feature is Attune's Universal Agent Factory — one interface for creating, running, and orchestrating AI agents, backed by your choice of framework (native, LangChain, LangGraph, AutoGen, or Haystack) without rewriting code when you switch frameworks. The entry point is AgentFactory: it picks a framework…
Agent
Create an agent and invoke it. invoke is a coroutine, so drive it with asyncio.run.
Agent
The public surface is re-exported from attune.agentfactory: AgentFactory, Framework, BaseAdapter, BaseAgent, AgentConfig, WorkflowConfig, AgentRole, AgentCapability.
Agent
Goal: create one agent and get a result.
Agent
AgentFactory, Framework, BaseAdapter, BaseAgent, AgentConfig, WorkflowConfig, AgentRole, and AgentCapability from attune.agentfactory. Framework-specific adapter/agent classes are internal.
Agent
Agent "agents-troubleshooting" from Smart-AI-Memory/attune-ai, covering failure modes, risk areas and diagnosis order.
Agent
Agent "agents-warning" from Smart-AI-Memory/attune-ai, covering failure modes, risk areas and diagnosis order.
MCP server Claude CodeCodexCursor +2
MCP server "attune-ai" as configured in Smart-AI-Memory/attune-ai. Runs locally from the python Python package. Needs 2 environment variables to run.