altaidevorg

41 mods across 2 repositories, 4 stars between them.

altai-explorer

02

altaidevorg/altai-app

Agent

Read-only ALTAI repository exploration. Use when file ownership or existing patterns are unclear before implementing a roadmap item.

2 yesterday A 28 tokens original Apache-2.0

altai-implementer

03

altaidevorg/altai-app

Agent

Implements one bounded ALTAI roadmap slice and its tests. Default working agent for roadmap PRs.

2 yesterday A 27 tokens original Apache-2.0

altai-reviewer

04

altaidevorg/altai-app

Agent

Read-only diff review for a risky ALTAI PR. Reports actionable findings only.

2 yesterday A 22 tokens original Apache-2.0

altai-test-triage

05

altaidevorg/altai-app

Agent

Triages failing tests/logs into product defects, flaky tests, environment problems, and pre-existing failures.

2 yesterday A 28 tokens original Apache-2.0

altai-sample

06

altaidevorg/altai-app

Plugin Claude Code

Sample plugin for verifying ALTAI's Claude Code plugin loader. Ships one skill, one agent, one command, one hook, one MCP server.

2 yesterday A tokens not measured original Apache-2.0

researcher

07

altaidevorg/altai-app

Agent

Sample subagent that does focused research on a single question.

2 yesterday A 15 tokens original Apache-2.0

PreToolUse

09

altaidevorg/altai-app

Hook

Runs before the agent uses a tool for bash_run tool calls, running an inline shell check. From altaidevorg/altai-app.

2 yesterday A tokens not measured original Apache-2.0

hello-world

10

altaidevorg/altai-app

Skill Claude CodeCodex

Sample skill that greets the user. Demonstrates the SKILL.md frontmatter format.

2 yesterday A 21 tokens original Apache-2.0

run-in-altai

11

altaidevorg/altai-app

Skill Claude CodeCodex

Keep Colab and Jupyter work inside the ALTAI app. When the user or another agent asks to run something on Colab or in a Jupyter notebook, use ALTAI's native webview tab (Colab) and notebook tab (Jupyter) instead of sending the user to a browser or a separate jupyter process.

2 yesterday B 76 tokens original Apache-2.0

altai-cli

12

altaidevorg/altai-app

Skill Claude CodeCodex

Use the ALTAI terminal product to run agents, inspect durable workspace state, and automate safe coding workflows through human-readable or JSONL output.

2 yesterday A 33 tokens original Apache-2.0

cursorrules

13

altaidevorg/rules-for-ai

Cursor rule Cursor

Cursor rule "cursorrules" from altaidevorg/rules-for-ai, covering agentic coding: humans design, agents code!, agentic coding steps, example llm project file structure, pocket flow and core abstraction.

2 1y ago A 0 tokens copy · 100% MIT

altaidevorg/rules-for-ai

Cursor rule

Flax NNX Filters (filterlib) for selecting Variables in Modules/State using types, tags, paths, predicates, and logical combinations.

2 1y ago A 29 tokens original MIT

nnx_module

19

altaidevorg/rules-for-ai

Cursor rule

Explains the core Flax NNX abstraction nnx.Module for defining neural network components as stateful Python classes.

2 1y ago A 3,606 tokens original MIT

nnx_optimizer

20

altaidevorg/rules-for-ai

Cursor rule

Explains Flax NNX nnx.Optimizer for managing Module, Optax state, and optimizer updates in training loops.

2 1y ago A 0 tokens original MIT

nnx_rngs

21

altaidevorg/rules-for-ai

Cursor rule

Details Flax NNX nnx.Rngs for managing PRNG keys within Modules, explaining streams, key generation, and state management.

2 1y ago A 28 tokens original MIT

altaidevorg/rules-for-ai

Cursor rule

Tutorial chapter for google-adk's Agent (BaseAgent / LlmAgent), detailing the core agent abstraction, its structure, hierarchy, and the LLM-powered implementation.

2 1y ago A 4,096 tokens original MIT

basellm

24

altaidevorg/rules-for-ai

Cursor rule

In the previous chapter, we learned how Event objects capture the history of interactions within a session. Many of these events, particularly agent responses and decisions to use tools, originate from interactions with a Large Language Model (LLM). This chapter introduces BaseLlm, the core abstraction in google-adk…

2 1y ago A 0 tokens original MIT