new-content — community new-content, Apple-II-Programs, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Content Creation Agents needing structured blog and program post generation for Apple II Programs Jekyll sites. Byte-sized delights that are guaranteed to ward off hysteria and melancholy!

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

Agent Capability Analysis

The new-content skill by thelbane is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Content Creation Agents needing structured blog and program post generation for Apple II Programs Jekyll sites.

Core Value

Empowers agents to generate Apple II Applesoft BASIC program posts with source code, screenshots, and descriptions, as well as general blog posts, using Jekyll site formatting and metadata like title and date.

Capabilities Granted for new-content

Generating program posts with Applesoft BASIC source code
Creating blog posts for Apple II site updates and announcements
Automating content creation for Apple II Programs Jekyll sites

! Prerequisites & Limits

  • Requires Jekyll site setup and configuration
  • Limited to Apple II Programs and Applesoft BASIC content
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

new-content

Install new-content, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is new-content?

Perfect for Content Creation Agents needing structured blog and program post generation for Apple II Programs Jekyll sites. Byte-sized delights that are guaranteed to ward off hysteria and melancholy!

How do I install new-content?

Run the command: npx killer-skills add thelbane/Apple-II-Programs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for new-content?

Key use cases include: Generating program posts with Applesoft BASIC source code, Creating blog posts for Apple II site updates and announcements, Automating content creation for Apple II Programs Jekyll sites.

Which IDEs are compatible with new-content?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for new-content?

Requires Jekyll site setup and configuration. Limited to Apple II Programs and Applesoft BASIC content.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add thelbane/Apple-II-Programs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use new-content immediately in the current project.

Related Skills

Looking for an alternative to new-content or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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
AI

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
AI