com um clique
idea-writer
// Create new "idea" entries - product/service concepts with marketing flair. Use when the user says "add an idea", "new idea", "write an idea", or mentions wanting to capture a product or service concept.
// Create new "idea" entries - product/service concepts with marketing flair. Use when the user says "add an idea", "new idea", "write an idea", or mentions wanting to capture a product or service concept.
Generate CLI-style PNG images from structured data. Use when the user wants to create terminal-looking tables, command output visualizations, or any data rendered as a CLI screenshot. Triggers on: 'make a table image', 'render as CLI', 'terminal style table', 'screenshot of table', 'CLI visualization', 'illustrate this data', or when user wants to turn tabular data or command output into a shareable image. Also use when creating images for blog posts or articles that show benchmark results, comparison tables, or structured data in terminal style.
Create new log articles in nibzard.com style. Use when the user says "write an article", "create a blog post", "new log entry", or mentions wanting to write about a topic, experience, or idea. This skill captures the established voice: conversational, narrative-driven, technically deep yet accessible, with authentic personal perspective.
Add new GitHub projects to nibzard-web projects page. Fetches repo metadata via gh CLI, generates appropriate topics, and formats entries for src/pages/projects.astro. Use when user says "add project", "add to projects page", or mentions adding GitHub repos to the site.
Create new "image" entries - visual content with brief captions. Use when the user says "add an image", "new image", "post an image", or mentions wanting to share a screenshot, photo, or visualization.
Create "now" page entries showing current focus areas. Use when the user says "create a now post", "update my now page", "write about what I'm doing now", "now entry", "current status update", or wants to document what they're focused on right now. Triggers for periodic life updates with multiple focus areas.
Create new "thought" entries - quick insights, observations, or reflections. Use when the user says "add a thought", "new thought", "write a thought", or mentions wanting to capture a quick insight or observation.
| name | idea-writer |
| description | Create new "idea" entries - product/service concepts with marketing flair. Use when the user says "add an idea", "new idea", "write an idea", or mentions wanting to capture a product or service concept. |
| allowed-tools | ["Write","Read","Bash"] |
This skill creates new "idea" entries - structured product/service concepts with a Mad Men inspired advertising aesthetic. Ideas are rendered with a distinctive "FREE IDEA!" badge and category-specific color schemes.
Create new ideas in: src/content/idea/
Use descriptive kebab-case filenames (no specific date format required).
Examples: agent-dash.md, newsletter-optimizer.md, api-gateway.md
---
title: "Product or Service Name" # required, max 80 characters
subtitle: "Brief description" # optional, max 120 characters
date: YYYY-MM-DD # required
category: "product" # optional: product, service, campaign, strategy, innovation
draft: false # optional, defaults to false
author: Nikola Balić # optional, defaults to Nikola Balić
---
Field details:
title: Required, max 80 characters. Use quotes.date: Required, YYYY-MM-DD format.subtitle: Optional, max 120 characters. Use quotes.category: Optional enum value for color scheme styling.draft: Optional, defaults to false.author: Optional, defaults to "Nikola Balić".Ideas support 5 category types, each with a distinct color scheme:
| Category | Use for | Example |
|---|---|---|
product | Software, hardware, tools, platforms | AI Agents Dashboard |
service | Consulting, maintenance, support, hosting | DevOps Advisory |
campaign | Marketing initiatives, launches, promotions | "AI for Everyone" |
strategy | Business models, partnerships, frameworks | API-First Design |
innovation | Research, experimental concepts, moonshots | Quantum-Enhanced LLMs |
Ideas use a marketing-oriented pitch style:
File: src/content/idea/agent-dash.md
---
title: "AI Agents Dashboard"
subtitle: "A web UI for deploying and managing AI agents in containers"
date: 2025-06-06
category: "product"
draft: false
---
Simplify AI operations with **AI Agents Dashboard**—a single web interface that combines [container-use](https://github.com/dagger/container-use), [Coder AgentAPI](https://github.com/coder/agentapi), and [Claude](https://www.anthropic.com/claude-code). Launch a primary agent instance from the dashboard, which then spins up additional isolated agent environments in containers. Monitor resource usage, health, and logs in real time, and start, stop, or scale any agent without using the command line.
*"Orchestrate AI at scale, one container at a time."*
**Target market:**
DevOps teams, AI researchers, and software engineers who need an easy way to deploy, observe, and control multiple Claude agents within containerized workflows.
| Type | When to use | Format |
|---|---|---|
| Idea | Product/service concept with marketing flair | Structured frontmatter, pitch style |
| Thought | Quick insight, observation, philosophical reflection | Minimal frontmatter, blockquote style |
| Now Entry | Life update with multiple focus areas | YYMMDD.md, ## sections |
| Article | Full blog post with narrative/technical depth | Complete frontmatter (tags, topics, etc.) |
/) in the main feed/searchWhen the user wants to add an idea:
src/content/idea/