Agent SkillsNeverSight/learn-skills.dev › lazyweb-remove-inspo-source

lazyweb-remove-inspo-source

GitHub

用于断开与设计技能关联的外部灵感库。通过读取配置文件列出已连接的库,允许用户选择并移除指定源,更新配置后确认操作完成,从而停止对该库的搜索。

data/skills-md/aboul3ata/lazyweb-skill/lazyweb-remove-inspo-source/SKILL.md NeverSight/learn-skills.dev

触发场景

remove inspo source remove inspiration source disconnect Mobbin remove design source unlink source

安装

npx skills add NeverSight/learn-skills.dev --skill lazyweb-remove-inspo-source -g -y
更多选项

非标准路径

npx skills add https://github.com/NeverSight/learn-skills.dev/tree/main/data/skills-md/aboul3ata/lazyweb-skill/lazyweb-remove-inspo-source -g -y

不安装直接使用

npx skills use NeverSight/learn-skills.dev@lazyweb-remove-inspo-source

指定 Agent (Claude Code)

npx skills add NeverSight/learn-skills.dev --skill lazyweb-remove-inspo-source -a claude-code -g -y

安装 repo 全部 skill

npx skills add NeverSight/learn-skills.dev --all -g -y

预览 repo 内 skill

npx skills add NeverSight/learn-skills.dev --list

SKILL.md

Frontmatter
{
    "name": "lazyweb-remove-inspo-source",
    "description": "Disconnect an inspiration source from Lazyweb design skills.\nLists connected sources and removes the selected one.\nTrigger on: \"remove inspo source\", \"remove inspiration source\",\n\"disconnect Mobbin\", \"remove design source\", \"unlink source\".\n",
    "allowed-tools": [
        "Bash",
        "Read",
        "Write",
        "AskUserQuestion"
    ]
}

Remove Inspiration Library

Disconnect an external inspiration library so Lazyweb design skills no longer search it.

Workflow

1. List Connected Libraries

cat ~/.lazyweb/libraries.json 2>/dev/null || echo '{"libraries":[]}'

If no libraries are connected, tell the user: "No inspiration libraries are connected. Use /lazyweb-add-inspo-source to connect one."

2. Ask Which to Remove

If the user didn't specify, show the list and ask which library to disconnect. If only one library is connected, confirm they want to remove it.

3. Remove from Config

Read ~/.lazyweb/libraries.json, remove the selected library from the libraries array, write back. If the array is now empty, you can either leave the empty array or delete the file.

4. Confirm

Tell the user: "{Name} has been disconnected. Lazyweb design skills will no longer search it."

版本历史

  • e0220ca 当前 2026-07-05 22:20

同 Skill 集合

data/skills-md/00prabalk00/claude-skills/knowledge-base-gap-finder/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-agile/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-auth/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-issues/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-project-management/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-projects/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-safe/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-search/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-spaces/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-transitions/SKILL.md
data/skills-md/0731coderlee-sudo/wechat-publisher/wechat-publisher/SKILL.md
data/skills-md/0froq/skills/conventionalcommits/SKILL.md
data/skills-md/0froq/skills/nuxt/SKILL.md
data/skills-md/0froq/skills/oq/SKILL.md
data/skills-md/0froq/skills/pinia/SKILL.md
data/skills-md/0froq/skills/pnpm/SKILL.md
data/skills-md/0froq/skills/slidev/SKILL.md
data/skills-md/0froq/skills/tsdown/SKILL.md
data/skills-md/0froq/skills/turborepo/SKILL.md
data/skills-md/0froq/skills/unocss/SKILL.md
data/skills-md/0froq/skills/vitepress/SKILL.md
data/skills-md/0froq/skills/vitest/SKILL.md
data/skills-md/0froq/skills/vue-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-router-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-testing-best-practices/SKILL.md
data/skills-md/0froq/skills/vue/SKILL.md
data/skills-md/0froq/skills/vueuse-functions/SKILL.md
data/skills-md/0froq/skills/web-design-guidelines/SKILL.md
data/skills-md/0juano/agent-skills/bondterminal-x402/SKILL.md
data/skills-md/0juano/agent-skills/edgeone-pages-deploy/SKILL.md
data/skills-md/0juano/agent-skills/ley-ar/SKILL.md
data/skills-md/0juano/agent-skills/ticktick/SKILL.md
data/skills-md/0juano/agent-skills/x-image-cards/SKILL.md
data/skills-md/0juano/x-image-cards/x-image-cards/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/generate2dsprite/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/video2dsprite/SKILL.md
data/skills-md/0x2e/superpowers/brainstorming/SKILL.md
data/skills-md/0x2e/superpowers/dispatching-parallel-agents/SKILL.md
data/skills-md/0x2e/superpowers/executing-plans/SKILL.md
data/skills-md/0x2e/superpowers/finishing-a-development-branch/SKILL.md
data/skills-md/0x2e/superpowers/receiving-code-review/SKILL.md
data/skills-md/0x2e/superpowers/requesting-code-review/SKILL.md
data/skills-md/0x2e/superpowers/subagent-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/systematic-debugging/SKILL.md
data/skills-md/0x2e/superpowers/test-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/using-git-worktrees/SKILL.md
data/skills-md/0x2e/superpowers/using-superpowers/SKILL.md
data/skills-md/0x2e/superpowers/verification-before-completion/SKILL.md
data/skills-md/0x2e/superpowers/writing-plans/SKILL.md
data/skills-md/0x2e/superpowers/writing-skills/SKILL.md

元信息

文件数
0
版本
f4b4cf1
Hash
4f808ebc
收录时间
2026-07-05 22:20

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-11 05:01
浙ICP备14020137号-1 $访客地图$