Culture Index
Overview
Index and search culture documentation to help teams understand organizational values, practices, and guidelines.
When to Use This Skill
Use this skill when you need to index and search culture documentation.
Use this skill when:
- You need to search through organizational culture documentation
- You want to index culture-related documents for easy retrieval
- You need to understand team values, practices, or guidelines
- You're building a knowledge base for culture documentation
Instructions
This skill provides capabilities for indexing and searching culture documentation. It helps teams:
- Index Culture Documents: Organize and index culture-related documentation
- Search Functionality: Quickly find relevant culture information
- Knowledge Retrieval: Access organizational values and practices efficiently
Usage
When working with culture documentation:
- Identify the culture documents to index
- Use the indexing functionality to organize the content
- Search through indexed documents to find relevant information
- Retrieve specific culture guidelines or practices as needed
Resources
For more information, see the source repository.
AGI Framework Integration
Adapted for @techwavedev/agi-agent-kit Original source: antigravity-awesome-skills
Memory-First Protocol
Retrieve prior documentation structure and content to maintain consistency. Cache generated docs to avoid regenerating unchanged sections.
# Check for prior documentation context before starting
python3 execution/memory_manager.py auto --query "documentation patterns and prior content for Culture Index"
Storing Results
After completing work, store documentation decisions for future sessions:
python3 execution/memory_manager.py store \
--content "Documentation: API reference generated from OpenAPI spec, deployment guide updated with new env vars" \
--type technical --project <project> \
--tags culture-index documentation
Multi-Agent Collaboration
Share documentation changes with all agents so they reference the latest guides and APIs.
python3 execution/cross_agent_context.py store \
--agent "<your-agent>" \
--action "Documentation updated — API reference, deployment guide, and CHANGELOG all current" \
--project <project>
Agent Team: Documentation
This skill pairs with documentation_team — dispatched automatically after any code change to keep docs in sync.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.