Topic: self-hosted
134 skills in this topic.
-
info-radar
Monitor arXiv, GitHub, Hacker News, and tech news for topics the owner cares about. Surface discoveries via morning briefing or voice.
sonichi/sutando 114
-
worktree
创建 Git worktree 用于隔离开发新功能或修复 bug。
自动处理分支创建、worktree 设置、目录切换和开发环境初始化。
AgentsMesh/AgentsMesh 1,428
-
merge
将当前分支合并到目标分支(通常是 main)。
自动处理代码提交、创建 MR、监控 Pipeline、处理错误直到合并成功。
AgentsMesh/AgentsMesh 1,428
-
gh-merge
将当前分支合并到 GitHub 目标分支(通常是 main)。
自动处理代码提交、创建 PR、监控 CI Checks、处理错误直到合并成功。
AgentsMesh/AgentsMesh 1,428
-
am-delegate
AgentsMesh/AgentsMesh 1,428
-
gl-gh-sync
在 GitLab(内部)和 GitHub(开源)之间双向同步代码。
自动检测哪边有新提交,fast-forward 场景直接推送,分叉场景走 PR/MR 流程。
AgentsMesh/AgentsMesh 1,428
-
e2e
执行 E2E 测试用例。
根据测试用例的验证类型(ui/api/database)选择正确的工具执行验证。
AgentsMesh/AgentsMesh 1,428
-
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
-
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with
boolean prop proliferation, building flexible component libraries, or
designing reusable APIs. Triggers on tasks involving compound components,
render props, context providers, or component architecture. Includes React 19
API changes.
inkeep/agents 1,070
-
structured-itinerary-responses
Present time-aware itineraries with clear actions and citations
inkeep/agents 1,070
-
next-best-practices
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
inkeep/agents 1,070
-
next-cache-components
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
inkeep/agents 1,070
-
next-upgrade
Upgrade Next.js to the latest version following official migration guides and codemods
inkeep/agents 1,070
-
pr-review-appsec-vendored
Stack-specific application security checklist for this repo's frameworks:
better-auth, SpiceDB/AuthZed, and Next.js RSC. Extends the generalizable
pr-review-appsec agent with patterns that require framework-specific
knowledge to detect. Loaded by pr-review-appsec.
inkeep/agents 1,070
-
product-surface-areas
Consolidated dependency graph of Inkeep customer-facing surface areas (UIs, CLIs, SDKs, APIs, protocols, config formats). Example use: as a prd-time (planning/brainstorming phase) or post-change checklist to understand the full scope of side-effects or what making one change to the product means for the rest. Use whenever you need to understand the "ripple" out effects of any change.
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
-
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
-
write-docs
Write or update documentation for the Inkeep docs site (agents-docs package). Use when: creating new docs, modifying existing docs, introducing features that need documentation, touching MDX files in agents-docs/content/. Triggers on: docs, documentation, MDX, agents-docs, write docs, update docs, add page, new tutorial, API reference, integration guide.
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
-
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
-
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
inkeep/agents 1,070
-
slack-manifest
Guide for modifying the Slack app manifest — adding/removing bot scopes, event subscriptions, slash commands, shortcuts, or OAuth config. Ensures single-source-of-truth via slack-app-manifest.json. Triggers on: slack scope, bot scope, slack manifest, slack permission, add slack scope, remove slack scope, slack event subscription, slash command, slack OAuth, slack-app-manifest.
inkeep/agents 1,070
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
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