← all publishers

theinterneti

@theinterneti source repo

36 published skills

  1. Gitnexus CLI · theinterneti
    Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
    0
    installs
  2. Git Commit 2 · theinterneti
    Use this skill when making git commits in the TTA.dev repository. Enforces Conventional Commits format and pre-commit quality checks. Invoke when the user says "commit", "git commit", "save changes", "commit my work", or asks how to commit code.
    0
    installs
  3. Sdd Workflow 2 · theinterneti
    Use this skill when the user asks to build a new feature, implement code, or start development work. Enforces the Spec-Driven Development (SDD) 4-phase workflow before any code is written. Invoke when the user says "build", "implement", "create a feature", "write code for", or "add support for".
    0
    installs
  4. Session Start 2 · theinterneti
    Use this skill at the start of every session to orient in the codebase, load relevant context, and warm up before any task. Invoke when the user says "start session", "begin work", "orient yourself", "what is the state of the project", or at the very beginning of a new conversation.
    0
    installs
  5. Core Conventions 2 · theinterneti
    Use this skill when writing or reviewing Python code in TTA.dev. Covers the package manager (uv), type hint standards, primitives usage, anti-patterns to avoid, state management, and LLM provider strategy. Invoke when the user says "write code", "review code", "add a feature", or asks about conventions or standards.
    0
    installs
  6. Build Test Verify 2 · theinterneti
    Use this skill when asked to build the project, run tests, lint the code, check types, or verify that the TTA.dev platform is stable before committing. Invoke when the user says "run tests", "check quality", "lint", "format", "verify", or before any commit or PR.
    0
    installs
  7. Create Atomic Note 2 · theinterneti
    Use this skill when saving a single-topic documentation note to docs/kb-exports/ for later knowledge base ingestion. Invoke after completing a significant task, bug fix, architectural decision, research finding, or when the user says "save a note", "document this", or "create a knowledge base entry".
    0
    installs
  8. Self Review Checklist 2 · theinterneti
    Use this skill before submitting code for review or merging a pull request. Covers a pre-merge checklist of common mistakes to catch across code quality, testing, security, and documentation. Invoke when the user says "review my code", "pre-merge check", "self-review", "am I ready to submit", or before opening a PR.
    0
    installs
  9. Git Commit · theinterneti
    Use this skill when making git commits in the TTA.dev repository. Enforces Conventional Commits format and pre-commit quality checks.
    0
    installs
  10. Ttadev LLM · theinterneti bundle
    Teaches how to call an LLM using TTA.dev primitives. Use when the user wants to call an LLM, use LiteLLM, use make_resilient_llm, integrate with an LLM provider, pick a model string for groq, anthropic, openai, gemini, ollama, or openrouter, stream tokens, use tool calls, or set up Langfuse observability. Covers LiteLLMPrimitive (primary path), UniversalLLMPrimitive (fallback), LLMRequest/LLMResponse types, streaming, ToolSchema, and the primary/fallback architecture.
    0
    installs
  11. Sdd Workflow · theinterneti
    Use this skill when the user asks to build a new feature or write implementation code. Enforces the Spec-Driven Development (SDD) 4-phase workflow before any code is written.
    0
    installs
  12. Create Agent · theinterneti bundle
    Use this skill when creating, modifying, or debugging a custom Copilot agent (.agent.md file). Provides detailed patterns for agent orchestration, handoffs, sub-agent invocation, tool configuration, variable extraction, and prompt structure. Invoke when the user says "create an agent", "add a new agent", "agent handoffs", "sub-agent", or "orchestrate agents".
    0
    installs
  13. CLI · theinterneti
    Cli subsystem in TTA.dev: cmd_status and related code. 110 symbols | 27 files | Cohesion: 70%
    0
    installs
  14. LLM · theinterneti
    Llm subsystem in TTA.dev: execute and related code. 171 symbols | 30 files | Cohesion: 67%
    0
    installs
  15. Session Start · theinterneti
    Use this skill at the start of every session to load context from Hindsight and orient in the codebase with CGC. Run before any task.
    0
    installs
  16. Tests · theinterneti
    Tests area in TTA.dev (session and related). 224 symbols | 25 files | Cohesion: 77%
    0
    installs
  17. Tools · theinterneti
    Tools subsystem in TTA.dev: list_active_ownership, control_start_workflow, control_mark_workflow_step_running and related code. 35 symbols | 6 files | Cohesion: 85%
    0
    installs
  18. Package Release · theinterneti
    Multi-persona workflow for releasing TTA.dev packages to PyPI with full quality validation
    0
    installs
  19. Core Conventions · theinterneti
    Use this skill when writing or reviewing Python code in TTA.dev. Covers package manager, type hints, primitives usage, and anti-patterns.
    0
    installs
  20. Agents · theinterneti
    Agents subsystem in TTA.dev: handle_agent_command, get, get_registry and related code. 66 symbols | 24 files | Cohesion: 72%
    0
    installs
  21. Build Test Verify · theinterneti
    Use this skill when asked to build the project, run tests, lint the code, or verify that the TTA.dev platform is stable before committing.
    0
    installs
  22. Scripts · theinterneti
    Scripts subsystem in TTA.dev: get_open_prs, calculate_pr_age, calculate_pr_staleness and related code. 187 symbols | 39 files | Cohesion: 91%
    0
    installs
  23. Speckit · theinterneti
    Speckit subsystem in TTA.dev: check_approval_status, approve, reject and related code. 26 symbols | 5 files | Cohesion: 82%
    0
    installs
  24. Incident Response · theinterneti
    Emergency response workflow for production issues
    0
    installs
  25. Ttadev Primitives · theinterneti bundle
    Teaches TTA.dev primitive composition patterns so an AI agent can compose a working workflow in 1-2 turns. Use when the user wants to compose a workflow, use TTA.dev primitives, add a retry primitive, use workflow context, build a pipeline, or wire up any primitive (LambdaPrimitive, RetryPrimitive, TimeoutPrimitive, CachePrimitive, CircuitBreakerPrimitive, FallbackPrimitive, SequentialPrimitive, ParallelPrimitive). Covers the >> composition operator, WorkflowContext state passing, import paths, anti-patterns, and end-to-end workflow execution.
    0
    installs
  26. Create Atomic Note · theinterneti
    Use this skill when saving a single-topic documentation note to docs/kb-exports/ for later knowledge base ingestion.
    0
    installs
  27. Adaptive · theinterneti
    Adaptive subsystem in TTA.dev: get_fallback_stats and related code. 156 symbols | 11 files | Cohesion: 80%
    0
    installs
  28. Recovery · theinterneti
    Recovery subsystem in TTA.dev: execute and related code. 32 symbols | 4 files | Cohesion: 75%
    0
    installs
  29. Create Pull Request · theinterneti
    Use this skill when creating or updating a pull request in the TTA.dev repository. Covers PR structure, review expectations, and checklist.
    0
    installs
  30. Feature Development · theinterneti
    Full-stack feature development workflow from API to UI with testing
    0
    installs
  31. Integration · theinterneti
    Integration area in TTA.dev (universal_llm_primitive and related). 65 symbols | 10 files | Cohesion: 77%
    0
    installs
  32. Transformer · theinterneti
    Transformer subsystem in TTA.dev: walk, visit_Try, visit_If and related code. 37 symbols | 5 files | Cohesion: 91%
    0
    installs
  33. Self Review Checklist · theinterneti
    Use this skill before submitting code for review or merging a pull request. Covers a pre-merge checklist of common mistakes to catch.
    0
    installs
  34. Integrations · theinterneti
    Integrations area in TTA.dev (openhands_primitive and related). 60 symbols | 6 files | Cohesion: 82%
    0
    installs
  35. Control Plane · theinterneti
    Control-Plane subsystem in TTA.dev: get_task, get_run, put_run and related code. 88 symbols | 15 files | Cohesion: 81%
    0
    installs
  36. Observability · theinterneti
    Observability subsystem in TTA.dev: demo_hierarchical_trace, handle_api_active_agents, handle_api_agent_actions and related code. 115 symbols | 38 files | Cohesion: 73%
    0
    installs