home / skills / sickn33 / antigravity-awesome-skills / culture-index

culture-index skill

/skills/culture-index

This skill indexes and searches culture documentation to help teams organize, retrieve, and understand organizational values and guidelines efficiently.

This is most likely a fork of the culture-index skill from xfstudio
npx playbooks add skill sickn33/antigravity-awesome-skills --skill culture-index

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
1.4 KB
---
name: culture-index
description: "Index and search culture documentation"
source: "https://github.com/trailofbits/skills/tree/main/plugins/culture-index"
risk: safe
---

# 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:

1. **Index Culture Documents**: Organize and index culture-related documentation
2. **Search Functionality**: Quickly find relevant culture information
3. **Knowledge Retrieval**: Access organizational values and practices efficiently

## Usage

When working with culture documentation:

1. Identify the culture documents to index
2. Use the indexing functionality to organize the content
3. Search through indexed documents to find relevant information
4. Retrieve specific culture guidelines or practices as needed

## Resources

For more information, see the [source repository](https://github.com/trailofbits/skills/tree/main/plugins/culture-index).

Overview

This skill indexes and searches culture documentation to make organizational values, practices, and guidelines easy to find. It helps teams turn dispersed culture documents into a searchable knowledge base that accelerates onboarding and decision-making. The tool focuses on fast retrieval and clear mapping between queries and source documents.

How this skill works

The skill ingests culture-related files, extracts meaningful sections, and builds an index optimized for semantic search. It ranks and returns relevant passages, links back to source documents, and supports iterative refinement of queries. The indexing pipeline is lightweight and designed to integrate with existing content stores or document workflows.

When to use it

  • You need to search across organizational culture docs quickly
  • You are building or maintaining a culture knowledge base
  • You want consistent answers about team values, rituals, or guidelines
  • You’re onboarding new hires and need to surface culture artifacts
  • You must audit culture guidance for compliance or alignment

Best practices

  • Collect and normalize source documents before indexing (consistent formats and metadata)
  • Chunk long documents into logical sections (policies, rituals, examples) to improve retrieval precision
  • Include metadata like author, date, and scope to filter search results
  • Review and refresh the index periodically to capture updates and retire obsolete guidance
  • Design queries around intents (e.g., onboarding, decision criteria, code review norms) for clearer results

Example use cases

  • Onboarding: surface team rituals, meeting norms, and communication guidelines for new hires
  • Policy lookup: quickly find company values or remote-work policies when making decisions
  • Engineering practices: retrieve coding standards, review checklists, and release guidelines
  • HR support: answer frequent employee questions about benefits, conduct, and evaluation criteria
  • Audit and alignment: verify that documented culture matches current practices and update discrepancies

FAQ

What file types can I index?

The skill accepts common text formats (Markdown, plain text, HTML) and PDF content when text extraction is available.

How often should I re-index documents?

Re-index after major document updates or on a regular cadence (weekly or monthly) depending on how fast your culture docs change.