Skip to content

Instantly share code, notes, and snippets.

View RealHacker's full-sized avatar

Neo Wang RealHacker

View GitHub Profile
@RealHacker
RealHacker / generate_skills_prompt.py
Created October 18, 2025 04:43
A python script to teach your coding agent to use Anthropic skills
import os
import yaml
import sys
skills_dir = 'skills'
prompt = "# Skills Available\n\n"
skills_list = []