KS
Killer-Skills

new-content — how to use new-content how to use new-content, new-content setup guide, Jekyll site content creation, Applesoft BASIC program posts, new-content alternative, new-content vs Jekyll plugins, what is new-content, new-content install, creating blog posts with new-content

v1.0.0
GitHub

About this Skill

Perfect for Content Creation Agents needing to generate Applesoft BASIC program posts with source code, screenshots, and descriptions for the Apple II Programs Jekyll site. new-content is a skill that guides users through creating new content for the Apple II Programs Jekyll site, including program posts and blog posts.

Features

Supports creation of program posts with Applesoft BASIC source code
Allows for blog post creation with general updates and announcements
Utilizes Jekyll site architecture for content management
Enables users to add screenshots and descriptions to program posts
Provides a quick start guide for users to get started with content creation
Includes options for setting custom titles and dates for posts

# Core Topics

thelbane thelbane
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add thelbane/Apple-II-Programs/new-content

Agent Capability Analysis

The new-content MCP Server by thelbane is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use new-content, new-content setup guide, Jekyll site content creation.

Ideal Agent Persona

Perfect for Content Creation Agents needing to generate Applesoft BASIC program posts with source code, screenshots, and descriptions for the Apple II Programs Jekyll site.

Core Value

Empowers agents to create new program posts or blog posts with features like content type selection, title specification, and date setting, utilizing Jekyll site compatibility and Applesoft BASIC source code integration.

Capabilities Granted for new-content MCP Server

Generating program posts with source code and screenshots
Creating blog posts for Apple II topics and site updates
Automating content creation for the Apple II Programs Jekyll site

! Prerequisites & Limits

  • Requires Jekyll site compatibility
  • Limited to Applesoft BASIC programs and Apple II topics
Project
SKILL.md
3.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Creating New Content

This skill guides you through creating new program posts or blog posts for the Apple II Programs Jekyll site.

Content Types

Program Post: Showcases an Apple II Applesoft BASIC program with source code, screenshot, and description.

Blog Post: General updates, announcements, or articles about the site or Apple II topics.

Quick Start

Ask the user:

  1. Type: Program or blog post?
  2. Title: What should it be called?
  3. Date: Use today's date or a specific date?

For programs, also ask: 4. Program type: One-liner or two-liner? 5. Performance: Runs OK at 1MHz or slow? 6. Source code: Provide the Applesoft BASIC code


Creating a Program Post

Required Files

FileLocationPurpose
Postdocs/programs/_posts/YYYY-MM-DD-slug.mdMain post file
Sourcedocs/_includes/src/slug.txtApplesoft source code
Screenshotdocs/media/slug.png or .gif or .jpgFull-size image
Thumbnaildocs/media/slug-tn.pngThumbnail (smaller version)

Post Template

markdown
1--- 2layout: post 3title: Program Title 4date: YYYY-MM-DD 5description: Brief description of the program 6tags: program one-liner 1mhz-ok 7author: Lee Fastenau 8screenshot: /media/slug.png 9thumbnail: /media/slug-tn.png 10source: /src/slug.txt 11discussion: 12 - 13 name: Discussion Link Name 14 url: https://example.com/link 15--- 16 17Description of the program and any usage instructions.

Tag Options

TagDescription
programRequired for all programs
one-linerProgram fits on one line
two-linerProgram fits on two lines
1mhz-okRuns well on 1MHz Apple II
1mhz-slowRuns slow on 1MHz (triggers warp mode in emulator)
notableFeatured/award-winning program
monochromeBest viewed in monochrome mode

Source File Format

Create docs/_includes/src/slug.txt with the raw Applesoft code. Each logical line should be on its own line:

0HGR2:FORN=1TO100:HCOLOR=RND(1)*7+1:HPLOTX,Y:NEXT

For two-liners, use two lines:

0FIRST LINE OF CODE HERE
1SECOND LINE OF CODE HERE

Creating a Blog Post

Post Template

markdown
1--- 2layout: post 3title: Post Title 4date: YYYY-MM-DD HH:MM:SS -0700 5tags: updates 6author: Lee Fastenau 7--- 8 9Blog post content here. 10 11Use `<!--more-->` to create an excerpt break.

Common Blog Tags

  • updates - Site updates and announcements
  • emulation - Emulator-related content

Including Images

Use the img include:

liquid
1{% include img.html src="/assets/images/post/image-name.png" caption="Image caption" alt="Alt text description" %}

Including Code Snippets

Use the applesoft include:

liquid
1{% capture source_code -%} 20YOUR CODE HERE 3{%- endcapture %}{% include applesoft.md src=source_code %}

Naming Conventions

  • Slug: Lowercase, hyphen-separated (e.g., my-program-name)
  • Date format: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS -0700 for specific times
  • Filename: YYYY-MM-DD-slug.md

Media Guidelines

  • Screenshots: Use PNG for static, GIF for animated, JPG for photos
  • Thumbnails: Should be -tn.png suffix, smaller version of screenshot
  • Place all media in docs/media/

Checklist

Program Post

  • Create post file: docs/programs/_posts/YYYY-MM-DD-slug.md
  • Create source file: docs/_includes/src/slug.txt
  • Add screenshot: docs/media/slug.png|gif|jpg
  • Add thumbnail: docs/media/slug-tn.png
  • Frontmatter includes: layout, title, date, description, tags, author, screenshot, thumbnail, source
  • Tags include program plus line count and performance tags

Blog Post

  • Create post file: docs/_posts/YYYY-MM-DD-slug.md
  • Frontmatter includes: layout, title, date, tags, author
  • Add images to docs/assets/images/post/ if needed

Related Skills

Looking for an alternative to new-content or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication