Company Wiki
SkillDocs & knowledgeCompany knowledge base — domains, services, infrastructure, accounts, credentials locations, architecture decisions
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Company Wiki skill
What this skill tells your AI
The instructions your AI receives, as published by aaaaqwq/agi-super-team in skills/company-wiki/SKILL.md and read by ahel’s review.
Structured knowledge base about WeLabelData company: domains, hosting, services, accounts, infrastructure, architecture decisions. Single source of truth.
When to use
- "запиши в базу знань" / "save to company wiki"
- "які домени в нас є?" / "what domains do we have?"
- "де хоститься сайт?" / "where is the site hosted?"
- "які сервіси ми використовуємо?" / "what services do we use?"
- Looking up infrastructure details (DNS, hosting, payments, etc.)
- Recording new company assets (domains, accounts, services)
Paths
| What | Path |
|---|---|
| Wiki root | ~/company-wiki/ |
| Domains & DNS | ~/company-wiki/domains.md |
| Services & accounts | ~/company-wiki/services.md |
| Infrastructure | ~/company-wiki/infrastructure.md |
| Products | ~/company-wiki/products.md |
| Architecture decisions | ~/company-wiki/decisions.md |
How to execute
Read information
# Find specific info
grep -ri "KEYWORD" ~/company-wiki/
# Read a specific section
cat ~/company-wiki/domains.md
Write information
- Identify the correct file based on the type of information
- Read current file content
- Add or update the relevant section
- Keep format consistent: use markdown tables and headers
File structure conventions
Each file follows this pattern:
# [Topic]
## [Category]
| Field | Value |
|-------|-------|
| Name | ... |
| ... | ... |
### Notes
- Additional context
Examples
Example 1: Record a new domain
# Read current domains
cat ~/company-wiki/domains.md
# Edit to add new domain entry
Example 2: Look up hosting details
grep -i "hosting\|cloudflare\|gcs" ~/company-wiki/infrastructure.md
Example 3: Record architecture decision
Add to ~/company-wiki/decisions.md:
## YYYY-MM-DD: [Decision Title]
- **Context:** Why this came up
- **Decision:** What was decided
- **Alternatives considered:** What else was considered
- **Status:** Active / Superseded by [X]
Maintenance
- Update wiki when infrastructure changes
- Review quarterly for outdated info
- Keep files concise — facts, not prose
Related skills
memory— session-level observations and summariesquery-leads— CRM data (clients, leads)deploy-website— deployment procedures
Signals
- GitHub stars
- 92
- Forks
- 23
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
company-wiki- Source
- github.com/aaaaqwq/agi-super-team