Amp Team Usage
/plugin marketplace add plurigrid/asi/plugin install asi-skills@asi-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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.