From asi
Tracks Amp account concurrent local sessions with bash commands, lists team members via GitHub CLI, and checks recent thread activity. Useful for monitoring team usage without web dashboard.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
Check concurrent users and team members on an Amp account.
Displays team status dashboard with active members, live sessions, recent inbox, and summaries using claude-view MCP tools. Activates on 'team status' or activity queries.
Extracts undocumented Amp API patterns from local thread JSONs using DuckDB SQL and bash. Reveals tool usage stats, MCP servers, and message schemas for API discovery.
Provides read-only reference for cmux-team multi-agent orchestration tool: concepts, 4-layer architecture, installation, CLI commands, task lifecycle, git worktree isolation, troubleshooting. Activates on 'help', 'how to use cmux-team', 'what is' queries.
Share bugs, ideas, or general feedback.
Check concurrent users and team members on an Amp account.
Amp CLI has no direct command for viewing team/workspace members or concurrent sessions. The web dashboard requires manual login.
Count running Amp processes on the local machine:
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep | wc -l
Detailed view:
ps aux | grep -E 'amp.*dist/main.js' | grep -v grep
If Amp workspace is linked to a GitHub org:
# List org members
gh api orgs/YOUR_ORG/members | jq -r '.[].login'
# Full details with GraphQL
gh api graphql -f query='
{
organization(login: "YOUR_ORG") {
membersWithRole(first: 50) {
totalCount
nodes {
login
name
}
}
}
}' | jq
Check thread activity across the account:
# Use find_thread tool with date filters
find_thread query="after:1d" limit=50
amp --help has no team/account commandsamp workspace list, amp team list, amp account don't existampcode.com/api/team require browser auth| Method | Command |
|---|---|
| Local sessions | ps aux | grep 'amp.*main.js' | grep -v grep | wc -l |
| Org members | gh api orgs/ORG/members | jq '.[].login' |
| Member count | gh api graphql -f query='{organization(login:"ORG"){membersWithRole{totalCount}}}' |
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.