BeClaude

generic-skills

New
13Community RegistryGeneralby CampusAI · Apache-2.0

Systematic agent skills for Claude AI: internet research with multi-source verification (general-research), skill creation through guided briefing (general-skill-maker), quality improvement with prioritized fixes (general-skill-refiner), feature enhancement through business-driven upgrades (general-skill-upgrader), and agent configuration generation (agentmd-creator).

First seen 6/8/2026

Summary

This skill provides a systematic methodology for Claude AI to perform internet research with multi-source verification, create new skills through guided briefings, improve skill quality with prioritized fixes, enhance features through business-driven upgrades, and generate agent configuration files.

  • It is useful for developers who want to leverage structured, repeatable processes for research, skill development, and quality assurance within Claude Code.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/generic-skills.md https://raw.githubusercontent.com/Przemocny/generic-skills/main/SKILL.md
3
Invoke in Claude Code
/generic-skills

Use Cases

Conduct thorough internet research on a topic with automatic cross-referencing of multiple sources to ensure accuracy.
Create a new custom skill by providing a detailed briefing, which the skill then structures into a reusable Claude Code skill.
Improve an existing skill by analyzing its output and applying prioritized fixes for quality issues.
Upgrade a skill with new features based on business requirements, ensuring backward compatibility.
Generate an agent configuration (agent.md) file that defines an agent's behavior, tools, and instructions.
Systematically verify facts from multiple online sources to produce a reliable research summary.

Usage Examples

1

/generic-skills research latest trends in AI code generation with multi-source verification

2

/generic-skills skill-maker create a skill for summarizing technical articles

3

/generic-skills refiner analyze and improve the output quality of my existing 'blog-writer' skill

View source on GitHub
agentresearchskill-creationskill-improvementquality-assuranceagent-configurationsystematic-methodologybest-practices

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is generic-skills?

This skill provides a systematic methodology for Claude AI to perform internet research with multi-source verification, create new skills through guided briefings, improve skill quality with prioritized fixes, enhance features through business-driven upgrades, and generate agent configuration files. It is useful for developers who want to leverage structured, repeatable processes for research, skill development, and quality assurance within Claude Code.

How to install generic-skills?

To install generic-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/generic-skills.md https://raw.githubusercontent.com/Przemocny/generic-skills/main/SKILL.md. Finally, /generic-skills in Claude Code.

What is generic-skills best for?

generic-skills is a skill categorized under General. It is designed for: agent, research, skill-creation, skill-improvement, quality-assurance, agent-configuration, systematic-methodology, best-practices. Created by CampusAI.

What can I use generic-skills for?

generic-skills is useful for: Conduct thorough internet research on a topic with automatic cross-referencing of multiple sources to ensure accuracy.; Create a new custom skill by providing a detailed briefing, which the skill then structures into a reusable Claude Code skill.; Improve an existing skill by analyzing its output and applying prioritized fixes for quality issues.; Upgrade a skill with new features based on business requirements, ensuring backward compatibility.; Generate an agent configuration (agent.md) file that defines an agent's behavior, tools, and instructions.; Systematically verify facts from multiple online sources to produce a reliable research summary..