Find the perfect skill
BBS Issue Management
Productivity
Manage issues with The Fold's native BBS system. Create, update, search and track tickets, dependencies and history.
Display development workflow status
Development
Displays the current development workflow status (phases with statuses, durations, available commands) by reading a JSON state file. Helps you quickly see your progress in the workflow.
RFP Multi-Source Ingestion
Data & AI
Handles ingestion of RFP opportunities from sources such as SAM.gov, eMMA, and RFPMart, including CSV uploads via Admin UI. Normalizes all records to a canonical schema and deduplicates based on externalId and source. Use when adding new data sources, modifying ingestion logic, or debugging data fetching issues.
GitLab CI Basics
DevOps
Automated assistance for GitLab CI foundational tasks. Covers configuration, best practices, and basic pipeline setup.
Create Git Commit
Development
Creates a git commit with a properly formatted message following project conventions. Automatically stages changes and generates atomic, descriptive commit subjects. Useful when saving progress or completing a task, ensuring commits are clean and reviewable.
TVM FFI Development
Development
This skill assists in developing and verifying Foreign Function Interface (FFI) changes in TVM. It can take a GitHub issue URL or a text description, then fetches details, writes a minimal Python reproducer, and follows a development loop with building and testing. It enforces project-specific code style and best practices for C++ and Python.
Add Helm Chart
DevOps
Scaffold a new Helm chart with standard templates and default values. Helps when adding a new service to a Kubernetes deployment while following project conventions.
Dump PostgreSQL Schema
DevOps
Dumps a clean PostgreSQL schema (no data, comments, or privileges) to a .sql file and copies the file path to the clipboard. Helps when you need to version or share your local database structure without clutter.
Steering Specs Generator
Documentation
Guides users through context-aware interviews to capture tacit engineering knowledge and outputs structured steerings (Intent, Rules, Practices, Meta). Supports predefined topic packs for 8 common areas or custom topics, and can resume incomplete sessions. Also reviews and transforms existing steerings to the standard format.
Explain Data Flows and Code Paths
Documentation
This skill traces data flows, features, and code paths in the varun.surf application. It provides step-by-step breakdowns with ASCII diagrams and file:line references, helping developers understand how data moves through the system. Use it when you need to grasp the end-to-end behavior of a feature or integration.
Create Git Commit
Development
This skill stages and commits changes with a descriptive message, analyzing diffs to generate a concise commit summary using conventional commit conventions. It helps when you need to create meaningful git commits quickly.
Parallelization Suggester
DevOps
Analyzes current tasks and suggests parallelization opportunities by examining file overlap and dependencies to recommend safe parallel execution groups.