一键导入
nami-blog-manager
Manage the Nami Blog at anoochit/namiBlog. Use this for creating new posts, maintaining the index, and deploying changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage the Nami Blog at anoochit/namiBlog. Use this for creating new posts, maintaining the index, and deploying changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate high-end, modern websites, landing pages, and single-page applications (SPAs). This skill adapts dynamically to the root design system (DESIGN.md), defaults to Vanilla CSS with modern custom variables, and supports both single-file and multi-file architectures with premium animations. Trigger whenever a user or agent asks to design, build, or initialize a frontend interface.
Provides design system context and brand-specific design specifications (colors, typography, components, and layout systems) by generating a root DESIGN.md file based on the requested brand (such as Airbnb, BMW M, Claude, Dell 1996, HP, or Nintendo 2001) whenever a user or agent requests a design system or brand theme.
A suite of skills for comprehensive market analysis, including audience segmentation, competitor intelligence, market trend analysis, and opportunity identification.
Retrieve and report real-time system performance data including CPU usage, memory availability, and disk status. Use this skill whenever the user asks about system health, machine performance, or resource usage — even if they say "how are you running?", "is the server okay?", "what's the CPU at?", "check memory", "am I running out of disk space", or use the "/status" command.
Master orchestrator skill for novel writing. Guides the agent and author through speculative world-building, multi-dimensional character creation, structural plot architecture, draft acceleration ("zero-drafting"), and copyediting.
Get the current weather and multi-day forecast for any city or location in the world with robust wttr.in parsing and search fallbacks.
| name | nami-blog-manager |
| description | Manage the Nami Blog at anoochit/namiBlog. Use this for creating new posts, maintaining the index, and deploying changes. |
Manage blog posts, rebuild navigation, validate metadata, and deploy updates automatically.
Load repository + path configuration from:
references/config.md
blog/
├── index.md
└── posts/
├── YYYY-MM-DD-title.md
└── ...
blog/index.md synchronized with posts.Format:
YYYY-MM-DD-slug.md
Example:
2026-05-13-fastmcp-tools.md
Convert titles into URL-safe slugs:
Example:
"Hello MCP World!" → hello-mcp-world
If filename already exists:
hello-world.md
hello-world-2.md
hello-world-3.md
Every post must include:
---
title: Post Title
date: YYYY-MM-DD
tags:
- tag1
- tag2
---
Optional fields may be preserved if already present.
blog/posts/.- [Post Title](posts/YYYY-MM-DD-slug.html) (YYYY-MM-DD)
GitHub Pages resolves Markdown as HTML.
Always use:
posts/file.html
Never:
posts/file
posts/file.md
Before deployment:
mcp_push_files
anoochit/namiBlog
blog
Format:
Blog: [Action] - [Details]
Examples:
Blog: Add post - FastMCP Tools
Blog: Update index - Latest posts
Blog: Fix typo - Agent Memory
Create / Update Post
↓
Validate (Modified Only)
↓
Update Index (Incremental)
↓
Deploy
Note: Use --no-rebuild flag to bypass validation/index update during bulk operations.