Company knowledge base — domains, services, infrastructure, accounts, credentials locations, architecture decisions
Scanned 9/5/2026
Install to Claude Code
npx -y skills add aAAaqwq/AGI-Super-Skills --skill company-wiki --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Company Wiki?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aaaaqwq-company-wiki-agi-super-team)More formats (shields.io, HTML) on the badges page.
---
name: company-wiki
description: Company knowledge base — domains, services, infrastructure, accounts, credentials locations, architecture decisions
---
# Company Wiki
> 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
```bash
# Find specific info
grep -ri "KEYWORD" ~/company-wiki/
# Read a specific section
cat ~/company-wiki/domains.md
```
### Write information
1. Identify the correct file based on the type of information
2. Read current file content
3. Add or update the relevant section
4. Keep format consistent: use markdown tables and headers
### File structure conventions
Each file follows this pattern:
```markdown
# [Topic]
## [Category]
| Field | Value |
|-------|-------|
| Name | ... |
| ... | ... |
### Notes
- Additional context
```
## Examples
### Example 1: Record a new domain
```bash
# Read current domains
cat ~/company-wiki/domains.md
# Edit to add new domain entry
```
### Example 2: Look up hosting details
```bash
grep -i "hosting\|cloudflare\|gcs" ~/company-wiki/infrastructure.md
```
### Example 3: Record architecture decision
Add to `~/company-wiki/decisions.md`:
```markdown
## 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 summaries
- `query-leads` — CRM data (clients, leads)
- `deploy-website` — deployment procedures
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!