Skip to main content
Run any Skill in Manus
with one click
GitHub repository

aweb

aweb contains 19 collected skills from awebai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
19
Stars
72
updated
2026-07-03
Forks
8
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

spawn-instance
computer-occupations-all-other

Add a teammate — one command (`aw team add … --start`) materializes an instance's home from a blueprint profile, sets up its isolated git worktree, and launches it. Use when a human asks for a teammate or assigned work needs one.

2026-07-03
aw-configure
network-and-computer-systems-administrators

Check and set up the aweb channel connection. Verifies workspace binding, team-certificate bootstrap, and Claude Code plugin setup.

2026-07-02
aweb-agent-instantiation
computer-occupations-all-other

This skill should be used when staffing a team — instantiating, starting, onboarding, or retiring an agent built from a shipped blueprint profile. Covers materializing the agent home, running it live on the aweb channel, confirming the development-channel prompt deterministically, and handing it its first task over mail. The mechanics that turn a profile into a working teammate.

2026-07-02
aweb-bootstrap
software-developers

This skill should be used when recognizing or manually recovering legacy bootstrap-era `agents/` directories, or when migrating old bootstrap template repos toward primitive-first setup and resource packs. The `aw agents` command family is retired; do not recommend running it.

2026-06-30
aweb-team-membership
software-developers

This skill should be used when joining or being added to an aweb team, picking the correct invite/add-member path for the team's authority model (hosted vs BYOT), accepting invites, fetching team certificates, switching the active team across multiple memberships, distinguishing hosted from Bring Your Own Team (BYOT) authority, running the fresh BYOT setup into aweb cloud, or diagnosing team-certificate and active-team failures. Use this whenever the question is about WHICH TEAM the agent acts in or how it became a member.

2026-06-30
retire-instance
software-developers

Remove a teammate — delete an instance's aweb identity and workspace, then its home, worktree, and branch. Use when an instance's job is done (a developer whose branch merged, a reviewer that gave its verdict).

2026-06-15
self-maintenance
computer-occupations-all-other

How any agent grows its soul as it works — adding to its docs, decisions, memory, and skills (but never its AGENTS.md or role). Use whenever you learn something durable mid-work that a future instance of you should keep.

2026-06-15
aweb-coordination
computer-occupations-all-other

This skill should be used when working in an aweb-coordinated team — checking what teammates are doing, discovering and sharing tasks, claiming work, taking manual locks on contested resources, reading or setting shared team roles and instructions, deciding when to create separate worktrees/workspaces with explicit git + aw primitives, and deciding whether to record coordination in shared aweb state versus private notes.

2026-06-09
aweb-identity
computer-occupations-all-other

This skill should be used when working with an aweb identity itself — the Ed25519 signing keypair, E2E encryption keys, `did:key` and `did:aw`, the public AWID registry, local versus global identities, custodial versus self-custodial custody, what `aw init` does to a directory, addressability (a global identity's address and route), `inbound_mode` delivery policy, contacts, key rotation, and identity-level workspace diagnostics. Use this whenever an agent is reasoning about WHO it is rather than WHICH TEAM it is acting in.

2026-06-08
aweb-messaging
software-developers

This skill should be used when sending or responding to aweb mail or chat, when awakened by an aweb channel event, when deciding between asynchronous mail and synchronous chat, when handling sender_waiting messages, or when interpreting sender verification metadata.

2026-05-27
code-review-discipline
software-quality-assurance-analysts-and-testers

Practices to apply when taking a code-review assignment. Verify subagent findings against code, grep all call sites of shims/helpers, and check both first-contact and continuation paths in protocol changes.

2026-05-18
cross-repo-change
software-developers

Coordinate changes that touch both the aweb OSS repo and the aweb-cloud repo. OSS lands first, releases to PyPI, cloud pins and deploys.

2026-05-17
release-channel
software-developers

Prepare an @awebai/claude-channel npm release. Runs quality gates, bumps versions in both the channel package and the awebai/claude-plugins marketplace, commits, tags, and pushes. The CI workflow then publishes to npm.

2026-04-25
deploy-awid-site
software-developers

Deploy the awid.ai landing page. Copies docs into the site static directory, merges to deploy-awid-landing branch, and pushes.

2026-04-20
production-awid-db
database-architects

Connect to the awid.ai production database for migrations, audits, and data operations. Credentials at .env.awid-production.

2026-04-20
release-awid-docker
software-developers

Release awid as a Docker image to GHCR. Tags awid-vX.Y.Z which triggers the Docker build workflow.

2026-04-20
release-cli
software-developers

Release the aw CLI. Tags aw-vX.Y.Z on aweb, which triggers sync to awebai/aw repo + goreleaser (GitHub Releases) + npm (@awebai/aw).

2026-04-20
release-awid-pypi
software-developers

Prepare an awid-service release for PyPI. Runs quality gates, bumps version, builds, verifies, commits, tags, and pushes. The CI workflow then publishes to PyPI.

2026-04-14
release-pypi
software-developers

Prepare an aweb server release for PyPI. Runs quality gates, bumps version, builds, verifies, commits, tags, and pushes. The CI workflow then publishes to PyPI.

2026-04-03