Skills Plugins MCP Prompt Model 博客 我的中心

stacklit-navigator

Use stacklit.json to navigate codebases without burning tokens on file exploration

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=glincker-stacklit-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name stacklit-navigator description Use stacklit.json to navigate codebases without burning tokens on file exploration When to use At the start of any session on a repo that has stacklit.json at the root. Read it before you read any source files. Reading the index # Check if index exists cat stacklit.json | head -5 The file has these sections: project -- repo name, type (single/monorepo), workspaces tech -- primary language, language breakdown, frameworks modules -- the map: each module's purpose, files, exports, dependencies, activity level dependencies.edges -- import relationships between modules dependencies.most_depended -- the modules everything depends on (touch carefully) hints -- where to add features, how to run tests, env vars to set How to use each section Finding code: Look up the module in modules by name. The purpose field tells you what it does. The file_list tells you exactly which files to read. Skip everything else. Understanding structure: Check depends_on and depended_by to see how a module connects to the rest. If you need to change something in src/auth , check depended_by to know what might break. Knowing what changed recently: The activity field (high/medium/low) tells you how actively a module is being worked on. git.hot_files lists the most-changed files in the last 90 days. Adding a feature: Read hints.add_feature first. It tells you which directory to create files in and which files to update. Running tests: Check hints.test_command . What not to do Do not grep across all files when modules tells you which module to look in Do not read entire directories to understand the codebase Do not re-explore the same repo every session. The index persists across sessions. Do not ignore most_depended when planning changes. Those modules have the widest blast radius. Using the MCP server If stacklit serve is running as an MCP server, use these tools instead of reading the file: get_overview -- full project summary (call this first) get_module("src/auth") -- detailed info on one module find_module("auth") -- search modules by name get_dependencies("src/auth") -- what it imports and what imports it get_hot_files -- most-changed files (90 days) get_hints -- conventions, test commands, env vars One get_overview call replaces reading 5-10 files to build context. Keeping the index fresh If you have made significant structural changes (new modules, moved files, changed dependencies): stacklit generate Use stacklit diff to check if the index is stale before regenerating.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。