Topic: typescript
2,004 skills in this topic.
-
calendar
Second calendar skill.
can1357/oh-my-pi 2,892
-
semantic-compression
Aggressively remove grammatical scaffolding LLMs reconstruct while preserving meaning-carrying content. Output may be fragments. Use when compressing text for prompts, reducing token count, preparing context for LLM input, or making documentation more token-efficient. Applies LLM-aware compression rules that delete predictable grammar while preserving semantics.
can1357/oh-my-pi 2,892
-
system-prompts
Write system prompts, tool docs, and agent definitions. Combines research-backed prompt engineering (+15-30% measured improvements) with project XML conventions. Covers tag hierarchy, structural templates, high-impact interventions, anti-patterns.
can1357/oh-my-pi 2,892
-
calendar
First calendar skill.
can1357/oh-my-pi 2,892
-
bad--name
A skill with consecutive hyphens in the name.
can1357/oh-my-pi 2,892
-
Invalid_Name
A skill with invalid characters in the name.
can1357/oh-my-pi 2,892
-
this-is-a-very-long-skill-name-that-exceeds-the-sixty-four-character-limit-set-by-the-standard
A skill with a name that exceeds 64 characters.
can1357/oh-my-pi 2,892
-
missing-description
can1357/oh-my-pi 2,892
-
different-name
A skill with a name that doesn't match the directory.
can1357/oh-my-pi 2,892
-
child-skill
A nested skill in a subdirectory.
can1357/oh-my-pi 2,892
-
no-frontmatter
can1357/oh-my-pi 2,892
-
unknown-field
A skill with an unknown frontmatter field.
can1357/oh-my-pi 2,892
-
valid-skill
A valid skill for testing purposes.
can1357/oh-my-pi 2,892
-
greet
A greeting skill for testing
can1357/oh-my-pi 2,892
-
accessibility-checklist
Accessibility review checklist for React/Next.js components built on Radix UI / shadcn/ui.
Covers component library misuse, form accessibility, accessible names, keyboard interaction,
focus management, and dynamic content. Loaded by pr-review-frontend.
inkeep/agents 1,070
-
adding-env-variables
Guide for adding new environment variables to the codebase. Ensures env.ts schemas include descriptions and .env.example is kept in sync. Triggers on: add env variable, new environment variable, env.ts change, add config variable, INKEEP_, adding to .env.
inkeep/agents 1,070
-
api-logging-guidelines
Best practices and guidelines for using logger in API routes. Defines appropriate logging levels, what to log, and when to avoid logging. Use when implementing or reviewing API route logging, debugging strategies, or optimizing log output.
inkeep/agents 1,070
-
audience-impact
Who does this change affect and how does it reach them? Maps audiences (roles × deployment modes) to impact propagation — immediate, next-publish, next-deploy, or silent.
Use when planning, implementing, or reviewing a change to understand blast radius by audience.
Complements product-surface-areas and internal-surface-areas (which catalog what exists; this skill tells you who cares).
Triggers: who is affected, blast radius, breaking change, audience, persona, impact analysis, changeset needed, docs needed.
inkeep/agents 1,070
-
data-model-changes
Guide for making changes to the database schema, validation, types, and data access layer. Use when adding tables, columns, relations, or modifying the data model. Triggers on: add table, add column, modify schema, database change, data model, new entity, schema migration.
inkeep/agents 1,070
-
emil-design-eng
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
inkeep/agents 1,070
-
find-similar
Find similar or analogous code patterns elsewhere in a codebase.
Use when answering "Do we do something similar elsewhere?" or "What existing patterns match this?"
Returns factual findings about similar code - locations, similarity type, and confidence.
inkeep/agents 1,070
-
github-repo-sanity
Sanity-check GitHub repositories before citing, recommending, or comparing them.
Use when an agent refers to GitHub repos, OSS libraries, starter kits, templates, SDKs, MCP servers, or example projects.
Verify repo health using recent commit activity and adoption signals such as stars before recommending it.
Prefer active repos; explicitly flag stale, archived, or low-signal repos instead of presenting them as good defaults.
inkeep/agents 1,070
-
internal-surface-areas
Dependency graph of internal subsystems, infrastructure, and tooling (everything NOT customer-facing).
Use during planning, PR review, or refactoring to understand the internal ripple effects of a change.
Complements product-surface-areas (which covers customer-facing surfaces).
inkeep/agents 1,070
-
manage-database-usage
How to correctly access the Doltgres manage database with branch-scoped connections. Use when reading or writing manage data (agents, tools, projects, credentials, triggers, evaluators, etc.). Triggers on: manage database, withRef, c.get('db'), manageDbPool, branch checkout, doltgres, ref-scope, branchScopedDb, AgentsManageDatabaseClient.
inkeep/agents 1,070