add-resource

Add learning resources to topic-specific files in consistent Markdown format and alphabetical order.

3|Updated Feb 24, 2025
One-click install
npx skills add https://github.com/whanyu1212/artifact-foundry --skill add-resource
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-resource
Source: https://github.com/whanyu1212/artifact-foundry/tree/main/.claude/skills/add-resource
Command: npx skills add https://github.com/whanyu1212/artifact-foundry --skill add-resource

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you organize and add new learning resources across topic folders, reducing time spent searching and manual formatting.

Core Features & Use Cases

  • Automated resource placement: Determine the correct topic folder and update the corresponding resources.md.
  • Consistent formatting: Add entries in the required markdown format and maintain alphabetical order within each type.
  • Edge-case handling: If a folder doesn't exist or the file is empty, create or append appropriately.
  • Use Case: You discovered a new article; create a properly formatted entry under the AI-Engineering folder's resources.md.

Quick Start

In the appropriate topic folder's resources.md, add a new resource line in the correct section, e.g.: - Effective Learning - Jane Doe - A guide to effective learning strategies.

Frequently Asked Questions about add-resource

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize learning resources across multiple topic folders?

This Skill automatically routes learning resources to the correct topic folder's resources.md file and maintains consistent Markdown formatting with alphabetical ordering by type, eliminating manual file management across foundations, data-analytics, machine-learning, deep-learning, and related domains.

Can I add resources to a resources.md file that doesn't exist yet?

Yes. The Skill creates the resources.md file if it's missing in the target topic folder, then appends your resource entry in the required Markdown format with proper grouping and alphabetical order.

What's the correct Markdown format for adding a new learning resource?

Resources follow the format: - [Resource Title](URL) - Author Name - Brief description. The Skill groups entries by type and maintains alphabetical order within each section automatically.

How do I ensure resources stay organized across AI-Engineering, software-engineering, and other topic folders?

The Skill handles routing to the appropriate topic folder based on your input, applies consistent Markdown formatting, and maintains alphabetical grouping by resource type across all supported domains including interview-prep and ml-system-design.

Does this work with GitHub-based learning material repositories?

Yes. The Skill is designed to manage resources tracked in GitHub repositories across multiple topic folders, maintaining consistent formatting and organization for distributed learning material collections.