semantic▌
4 indexed skills · max 10 per page
semantic-release
terrylica/cc-skills · Productivity
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
semantic-versioning
aj-geddes/useful-ai-prompts · Productivity
Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation.
semantic-kernel
github/awesome-copilot · Productivity
Use this skill when working with applications, plugins, function-calling flows, or AI integrations built on Semantic Kernel.
pgvector-semantic-search
timescale/pg-aiguide · AI/ML
Semantic search finds content by meaning rather than exact keywords. An embedding model converts text into high-dimensional vectors, where similar meanings map to nearby points. pgvector stores these vectors in PostgreSQL and uses approximate nearest neighbor (ANN) indexes to find the closest matches quickly—scaling to millions of rows without leaving the database. Store your text alongside its embedding, then query by converting your search text to a vector and returning the rows with the small