Discover and explore top open-source AI tools and projects—updated daily.
twhsiAI agent skills for structured knowledge workflows
Top 99.3% on SourcePulse
This repository provides a registry of reusable AI agent skills designed to automate repeatable workflows for Chinese knowledge workers. It transforms complex tasks like weekly reviews, note-taking, content analysis, and publishing into machine-readable skills for LLM agents such as Claude Code, Codex, and Gemini, enabling AI to handle structured processes while humans retain judgment and focus on higher-level goals.
How It Works
The system operates as a GitHub-backed registry where individual skills are defined in skills/*/SKILL.md files. A static website generator processes these files, extracting metadata to produce LLM-readable manifests (agent.json), a searchable skill index (skills.json), installation commands, version labels, and update timestamps. This approach makes workflows inspectable by humans and executable by AI agents, facilitating structured knowledge management and automation.
Quick Start & Requirements
To install a skill locally, copy the relevant skill directory (e.g., skills/fire-analysis-card) into your agent's skill directory (e.g., ~/.codex/skills/). Building the website requires npm. The system is designed for integration with "mainstream LLM agents."
cp -R skills/<skill-name> ~/.codex/skills/python3, npm, git.Highlighted Details
Maintenance & Community
Maintenance involves updating skill files, validating changes, rebuilding the website, and pushing to the main branch to ensure the live site reflects the latest versions. The README does not specify community channels (e.g., Discord, Slack) or notable contributors/sponsorships.
Licensing & Compatibility
The repository's license is not explicitly stated in the README. This omission requires clarification for assessing commercial use or closed-source integration compatibility. The skills are designed for mainstream LLM agents and focus heavily on Chinese (CJK) workflows.
Limitations & Caveats
The project's primary focus is on Chinese knowledge workers and workflows, although some skills support mixed or English text. An English-native version of iMandalArt is planned but not yet implemented. The absence of a specified license is a significant caveat for adoption.
1 month ago
Inactive
langchain-ai