content
Standardizes Markdown content structure and frontmatter in project directories.
Install
mkdir -p .claude/skills/content && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13652" && unzip -o skill.zip -d .claude/skills/content && rm skill.zipInstalls to .claude/skills/content
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Project-local rules for creating or editing Markdown content in this repo. Use when working with content/articles, content/courses, or content/projects, including frontmatter, Polish public copy, course quizzes, project metadata, and content-driven route implications.Key capabilities
- →Enforce public-facing content in Polish.
- →Ensure stable kebab-case filenames for slugs.
- →Maintain complete and aligned frontmatter.
- →Prevent hardcoding environment-specific paths or local URLs.
- →Structure content with H2/H3 sections and fenced code blocks.
How it works
The skill applies project-local rules for creating or editing Markdown content, ensuring correct language, filename conventions, frontmatter completeness, and structural consistency for articles, courses, and projects.
Inputs & outputs
When to use content
- →Updating course content
- →Editing articles
- →Managing quiz metadata
About content
Enforces formatting rules for educational and project content, managing frontmatter fields and ensuring public-facing copy aligns with project standards.
Project-local rules for creating or editing Markdown content in this repo. Use when working with content/articles, content/courses, or content/projects, including frontmatter, Polish public copy, course quizzes, project metadata, and content-driven route implications.
When not to use it
- →When working with content outside of `content/articles`, `content/courses`, or `content/projects`.
- →When the user explicitly requests content in a language other than Polish.
Limitations
- →The skill is specific to Markdown content in `content/articles`, `content/courses`, and `content/projects`.
- →The skill requires `createdAt` to be parsed with `new Date(...)` and rendered as ISO internally.
- →The skill requires quiz questions to have exactly 4 options and `answer` to be the zero-based index.
How it compares
This skill automates the enforcement of specific content formatting and metadata rules for a project, ensuring consistency across different content types, which is more reliable than manual adherence to guidelines.
Compared to similar skills
content side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| content (this skill) | 0 | 1mo | No flags | Beginner |
| resume-builder | 53 | 3mo | No flags | Beginner |
| write-docs | 6 | 3mo | No flags | Beginner |
| wiki-changelog | 3 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by jakubszpil
View all by jakubszpil →You might also like
resume-builder
amruthpillai
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
write-docs
tldraw
Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.
wiki-changelog
microsoft
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.
docs-changelog
google-gemini
Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information.
docs-writer
google-gemini
Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
document-writer
onmax
Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and MDC component usage. Overrides brevity rules for proper grammar. Use nuxt-content for MDC syntax, nuxt-ui for component props.