agentsclimarketplace

Agents

Skill theinterneti/TTA.dev/.claude/skills/generated/agents

AI devops for vibe coders

Install
npx -y skills add theinterneti/TTA.dev --skill agents

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Agents subsystem in TTA.dev: handle_agent_command, get, get_registry and related code. 66 symbols | 24 files | Cohesion: 72%

SKILL.md

4.3 KB, as published. Nobody here has run it

Agents

66 symbols | 24 files | Cohesion: 72%

When to Use

  • Working on agents-related functionality in TTA.dev
  • Modifying handle_agent_command, get
  • Navigating ttadev/cli/agent.py, ttadev/agents/registry.py

Key Files

FileSymbols
tests/agents/test_spawn_agent_model_injection.py_make_spec, _make_model_aware_agent, _make_legacy_agent, test_spawn_agent_context_default_model_no_type_error, test_spawned_agent_has_non_none_model (+5)
tests/agents/test_registry.pytest_register_and_get, test_register_overwrites, test_global_restored_after_context, test_override_restored_on_exception, test_all_returns_registered (+3)
tests/agents/test_tool_call_loop.py_make_anthropic_response, _make_google_response, test_parse_anthropic_tool_calls, test_parse_anthropic_multiple_tool_calls, test_parse_google_tool_calls (+3)
tests/agents/test_router.py_make_registry, _make_router, test_agent_hint_bypasses_scoring, test_keyword_routing_no_llm_call, test_ambiguous_task_calls_orchestrator (+2)
ttadev/cli/agent.pyhandle_agent_command, _cmd_list, _cmd_show, _cmd_run, _run_agent
ttadev/agents/registry.pyget, get_registry, all
ttadev/agents/router.py_get_model, _get_orchestrator, _execute_impl
ttadev/agents/base.pyinit, _execute_impl, _spawn_with_handoff_span
tests/agents/test_spec.py_make_result, test_construction, test_failing_gate
tests/agents/test_agent_primitive.py_make_spec, init

Entry Points

Start here when exploring this area:

  • handle_agent_command (Function) — ttadev/cli/agent.py:54
  • get (Function) — ttadev/agents/registry.py:28
  • get_registry (Function) — ttadev/agents/registry.py:51
  • test_all_agents_registered (Function) — tests/workflows/test_prebuilt.py:26
  • test_registered_after_import (Function) — tests/agents/test_security.py:76

Key Symbols

SymbolTypeFileLine
handle_agent_commandFunctionttadev/cli/agent.py54
getFunctionttadev/agents/registry.py28
get_registryFunctionttadev/agents/registry.py51
test_all_agents_registeredFunctiontests/workflows/test_prebuilt.py26
test_registered_after_importFunctiontests/agents/test_security.py76
test_register_and_getFunctiontests/agents/test_registry.py18
test_register_overwritesFunctiontests/agents/test_registry.py40
test_global_restored_after_contextFunctiontests/agents/test_registry.py54
test_override_restored_on_exceptionFunctiontests/agents/test_registry.py61
test_registered_after_importFunctiontests/agents/test_qa.py78
test_registered_after_importFunctiontests/agents/test_performance.py86
test_registered_after_importFunctiontests/agents/test_github.py83
test_registered_after_importFunctiontests/agents/test_git.py70
test_registered_after_importFunctiontests/agents/test_devops.py86
test_registered_after_importFunctiontests/agents/test_developer.py76
test_spawn_agent_context_default_model_no_type_errorFunctiontests/agents/test_spawn_agent_model_injection.py95
test_spawned_agent_has_non_none_modelFunctiontests/agents/test_spawn_agent_model_injection.py120
test_spawn_agent_explicit_model_kwargFunctiontests/agents/test_spawn_agent_model_injection.py142
test_explicit_model_takes_precedence_over_context_defaultFunctiontests/agents/test_spawn_agent_model_injection.py161
test_legacy_agent_still_works_no_model_paramFunctiontests/agents/test_spawn_agent_model_injection.py187

Connected Areas

AreaConnections
Unit33 calls
Llm2 calls
Observability1 calls

How to Explore

  1. gitnexus_context({name: "handle_agent_command"}) — see callers and callees
  2. gitnexus_query({query: "agents"}) — find related execution flows
  3. Read key files listed above for implementation details

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.