Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

map-project地图项目

Agent Skill

map-project 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,350

周安装

58

GitHub Stars

公开资料未说明

下载量

473
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:map-project(地图项目)
来源仓库:https://github.com/ulpi-io/skills
仓库路径:skills/map-project
安装命令:
npx skills add https://github.com/ulpi-io/skills --skill map-project
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ulpi-io/skills --skill map-project

简介

map-project 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持通过关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Map Project

Inputs

  • $request: Optional target scope or refresh note such as api only, after auth refactor, or update the docs for the Next.js app.

Goal

Refresh CLAUDE.md and the imported reference docs so they describe the real project instead of stale, generic, or partial patterns.

Step 0: Resolve scope and detect the project shape

Determine:

  • whether the user wants a full refresh or a scoped refresh
  • which primary framework or project shape is active
  • whether the repo is a single app or a monorepo with one primary app surface
  • which existing memory files already exist and should be updated rather than recreated

Load references/framework-discovery.md for:

  • framework detection order
  • framework-specific discovery requirements
  • inventory expectations

Stop early if:

  • the repo shape cannot be identified
  • the requested scope is too vague to know which memory files to update

Success criteria: The project shape and documentation scope are explicit before discovery starts.

Step 1: Perform exhaustive discovery before writing

Use framework-appropriate discovery to inventory the real codebase:

  • routes, screens, or handlers
  • exports, models, services, hooks, modules, or packages
  • stateful entities and lifecycle flows
  • public surfaces such as API routes, CLI entry points, or package exports
  • key subsystems and their integration boundaries

Rules:

  • do not trust memory or old docs; verify from code
  • collect counts where the reference contract expects coverage
  • search for actual implementation examples to ground the guides
  • if the repo is partially documented already, verify and extend instead of rewriting blindly

Load references/framework-discovery.md and complete the discovery steps for the detected project shape.

Success criteria: You have enough concrete inventory to document the project without placeholders or guesswork.

Step 2: Update the reference files first

Refresh or create the imported reference files from discovered reality:

  • exports or API-surface reference
  • development guide
  • architecture reference

Load references/output-contract.md for:

  • required files
  • required sections per file
  • framework-specific section expectations
  • line-budget targets

Writing rules:

  • use real project examples, not generic templates
  • prefer concise tables over repetitive prose
  • document patterns the agent will actually need during implementation
  • keep each file focused and avoid duplicating the same content across files

Success criteria: The reference files reflect the real codebase and stay within useful size limits.

Step 3: Update CLAUDE.md as the thin entrypoint

Treat CLAUDE.md as the compact router:

  • import the detailed reference files
  • keep only the high-signal quick reference and project-level guidance inline
  • do not duplicate large tables or walkthroughs that now live in the imported files

Rules:

  • preserve existing checked-in project guidance unless discovery proves it stale or wrong
  • do not erase useful human-authored conventions just because they are not part of the generated structure
  • make the quick reference actually help agents choose the right imported file

Load references/output-contract.md for the expected CLAUDE.md shape.

Success criteria: CLAUDE.md becomes the compact, accurate entrypoint to the refreshed project memory.

Step 4: Verify coverage, budget, and usefulness

Validate the refresh before declaring completion:

  • required files exist
  • expected sections are present
  • documented coverage is high enough for the chosen project shape
  • line budgets remain sane
  • there is no obvious duplication between CLAUDE.md and imported files
  • an implementation agent could plausibly find routes, exports, and workflow guidance from the refreshed docs

Load references/output-contract.md for the verification gates and budget rules.

If verification fails:

  • tighten the docs
  • restore missing sections
  • remove duplication
  • improve coverage using the discovery inventory

Success criteria: The refreshed memory is compact, grounded, and genuinely useful to future agents.

Step 5: Report what changed

Summarize:

  • detected project shape
  • files created or updated
  • coverage or inventory highlights
  • budget status
  • any areas still intentionally undocumented or deferred

Do not claim a perfect refresh if the repo has large blind spots or mixed-framework complexity that was intentionally scoped down.

Success criteria: The user gets a clear summary of what project memory was refreshed and how complete it is.

Guardrails

  • Do not use this skill proactively; it is explicit-user-only because it mutates durable project memory.
  • Do not add context: fork; this workflow writes into the active repository.
  • Do not add paths:; this is a generic maintenance skill.
  • Do not overwrite useful human-authored project rules without evidence they are stale.
  • Do not keep framework discovery matrices or file-contract encyclopedias inline in SKILL.md.
  • Do not bloat CLAUDE.md; keep large detail in imported references.
  • Do not mark the refresh complete without verification.

When To Load References

  • references/framework-discovery.md Use for framework detection order, framework-specific discovery steps, and inventory expectations.
  • references/output-contract.md Use for required output files, required sections, line budgets, and verification rules.

Output Contract

Report:

  1. detected project shape and scope
  2. files created or updated
  3. coverage or inventory summary
  4. budget and verification result
  5. deferred or intentionally skipped areas

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.9%
按下载量换算151

Claude

29.56%
按下载量换算140

Cursor

19.72%
按下载量换算93

Gemini CLI

9.08%
按下载量换算43

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills