amp-team-usage
Amp Team Usage
Check concurrent users and team members on an Amp account.
Problem
Amp CLI has no direct command for viewing team/workspace members or concurrent sessions. The web dashboard requires manual login.
Solution
1. Local Concurrent Sessions
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
2. Team Members via GitHub CLI
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
3. Recent Thread Activity
Check thread activity across the account:
# Use find_thread tool with date filters
find_thread query="after:1d" limit=50
What Didn't Work
amp --helphas no team/account commandsamp workspace list,amp team list,amp accountdon't exist- Direct API calls to
ampcode.com/api/teamrequire browser auth - Playwright login requires interactive Google OAuth
Quick Reference
| 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}}}' |
Scientific Skill Interleaving
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
Graph Theory
- networkx [○] via bicomodule
- Universal graph hub
Bibliography References
general: 734 citations in bib.duckdb
SDF Interleaving
This skill connects to Software Design for Flexibility (Hanson & Sussman, 2021):
Primary Chapter: 8. Degeneracy
Concepts: redundancy, fallback, multiple strategies, robustness
GF(3) Balanced Triad
amp-team-usage (○) + SDF.Ch8 (−) + [balancer] (+) = 0
Skill Trit: 0 (ERGODIC - coordination)
Connection Pattern
Degeneracy provides fallbacks. This skill offers redundant strategies.
Cat# Integration
This 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
GF(3) Naturality
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
More from plurigrid/asi
academic-research
Search academic papers across arXiv, PubMed, Semantic Scholar, bioRxiv, medRxiv, Google Scholar, and more. Get BibTeX citations, download PDFs, analyze citation networks. Use for literature reviews, finding papers, and academic research.
50wev-tesseract
WEV Tesseract Skill
33tree-sitter
AST-based code analysis using tree-sitter. Use for parsing code structure, extracting symbols, finding patterns with tree-sitter queries, analyzing complexity, and understanding code architecture. Supports Python, JavaScript, TypeScript, Go, Rust, C, C++, Swift, Java, Kotlin, Julia, and more.
22alife
Comprehensive Artificial Life skill combining ALIFE2025 proceedings, classic texts (Axelrod, Epstein-Axtell), ALIEN simulation, Lenia, NCA, swarm intelligence, and evolutionary computation. 337 pages extracted, 80+ papers, 153 figures.
16reverse-engineering
Reverse Engineering Skill
16bdd-mathematical-verification
BDD-Driven Mathematical Content Verification Skill
16