Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · seb1n/awesome-ai-agent-skills
page:docs-reference-repos-seb1n-awesome-ai-agent-skills-researcha5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page JSON

page:docs-reference-repos-seb1n-awesome-ai-agent-skills-research

Structured · live

seb1n/awesome-ai-agent-skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/seb1n/awesome-ai-agent-skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-seb1n-awesome-ai-agent-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/seb1n/awesome-ai-agent-skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/seb1n/awesome-ai-agent-skills/research.md",
    "sourceKind": "repo-docs",
    "title": "seb1n/awesome-ai-agent-skills",
    "displayName": "seb1n/awesome-ai-agent-skills",
    "slug": "docs/reference-repos/seb1n/awesome-ai-agent-skills/research",
    "articlePath": "wiki/docs/reference-repos/seb1n/awesome-ai-agent-skills/research.md",
    "article": "\n# seb1n/awesome-ai-agent-skills\n\n- **Archetype**: domain-skill-pack\n- **Stars**: 58\n- **Last pushed**: 2026-03-02\n- **License**: MIT\n- **Discovered**: 2026-04-13\n- **Source**: backlog evaluation\n- **Skills found**: 90+ across multiple domains\n\n## Summary\nComprehensive collection of 90+ universal, self-contained skills organized by domain (code-development, data-analytics, security, communication, devops, etc.). Each skill includes systematic workflows with concrete steps, multi-language support, and practical usage guidance. Claims to be \"complete, ready-to-use instruction sets\" rather than just a link directory.\n\n## Assessment\nHigh transferable value despite relatively low star count. Skills contain detailed procedural workflows rather than just expert personas. The refactoring skill demonstrates systematic 6-step process (identify smells → select patterns → plan order → apply → test → document) with concrete patterns and verification steps. Organized domain structure allows for easy extraction of domain-specific processes. Includes SKILL_TEMPLATE.md suggesting standardized skill creation methodology.\n\n## Extraction Priority\n- Medium-High\n- Rationale: Systematic workflows with concrete procedures across multiple domains relevant to babysitter specializations. Quality over quantity - each skill appears to contain extractable procedural knowledge rather than just prompts.\n\n## Skills Inventory\n\n| Skill | Path | Domain | Transferable? | Notes |\n|-------|------|--------|---------------|-------|\n| refactoring | code-and-development/refactoring/SKILL.md | Development | Yes - systematic process | 6-step refactoring workflow with smell identification, pattern selection |\n| data-cleaning | data-and-analytics/data-cleaning/SKILL.md | Data Science | Yes - methodology | Data cleaning and validation procedures |\n| dependency-scanning | security/dependency-scanning/SKILL.md | Security | Yes - security process | Security vulnerability scanning workflow |\n| lead-scoring | sales/lead-scoring/SKILL.md | Business | Yes - scoring methodology | Sales lead evaluation and scoring process |\n| meeting-scheduler | productivity-and-workflow/meeting-scheduler/SKILL.md | Productivity | Yes - automation pattern | Meeting coordination and scheduling workflow |\n| file-organization | productivity-and-workflow/file-organization/SKILL.md | Productivity | Yes - organization process | File and directory organization methodology |\n| context-injection | context-engineering/context-injection/SKILL.md | AI Engineering | Yes - context pattern | Context engineering and prompt optimization |\n| wireframing | design-and-ui-ux/wireframing/SKILL.md | Design | Yes - design process | UI/UX wireframing and prototyping workflow |\n| email-drafting | communication/email-drafting/SKILL.md | Communication | Yes - communication process | Professional email composition methodology |\n| analytics-reporting | marketing-and-seo/analytics-reporting/SKILL.md | Marketing | Yes - reporting process | Analytics data collection and reporting workflow |\n\n## Processes\n- **Systematic Code Refactoring**: 6-phase refactoring workflow with smell identification, pattern selection, and verification\n  - Source: code-and-development/refactoring/SKILL.md (complete workflow section)\n  - Placement: specializations/shared/systematic-refactoring\n  - Inputs/Outputs: Code with quality issues → Improved code + change documentation\n  - Complexity: moderate\n  - Notes: Covers code smell identification, refactoring pattern selection, safe change ordering, verification\n\n- **Security Dependency Scanning**: Systematic process for identifying and addressing security vulnerabilities in dependencies\n  - Source: security/dependency-scanning/SKILL.md\n  - Placement: specializations/security-compliance/dependency-scanning\n  - Inputs/Outputs: Project dependencies → Vulnerability report + remediation plan\n  - Complexity: simple\n  - Notes: Vulnerability identification, risk assessment, update prioritization\n\n- **Data Cleaning and Validation**: Structured approach to data quality assessment and improvement\n  - Source: data-and-analytics/data-cleaning/SKILL.md\n  - Placement: specializations/data-science-ml/data-cleaning\n  - Inputs/Outputs: Raw data → Clean, validated dataset + quality report\n  - Complexity: moderate\n  - Notes: Data profiling, anomaly detection, validation rules, cleaning procedures\n\n- **Context Engineering Methodology**: Process for optimizing AI prompt context and information injection\n  - Source: context-engineering/context-injection/SKILL.md\n  - Placement: specializations/shared/context-engineering\n  - Inputs/Outputs: Base prompt + context requirements → Optimized prompt + injection strategy\n  - Complexity: moderate\n  - Notes: Context analysis, injection point identification, optimization techniques\n\n## Plugin Ideas\n- **Code Quality Suite**: Plugin providing systematic code improvement processes including refactoring, security scanning, and quality gates\n  - What install.md would do: Install refactoring workflows, dependency scanning processes, code smell detection, quality gate configs\n  - Processes it would copy: systematic-refactoring, dependency-scanning\n  - Configs/hooks it would create: Pre-commit hooks for code quality, refactoring checklists, security scanning automation\n  - Source evidence: Systematic refactoring workflow and security dependency scanning processes\n\n- **Data Engineering Toolkit**: Plugin for data science projects providing data quality and processing workflows\n  - What install.md would do: Set up data cleaning processes, validation frameworks, quality assessment tools\n  - Processes it would copy: data-cleaning, data validation workflows\n  - Configs/hooks it would create: Data quality gates, validation rules, cleaning pipeline configs\n  - Source evidence: Comprehensive data cleaning and analytics workflow skills\n\n- **Productivity Automation**: Plugin installing workflow automation and organization processes for general productivity\n  - What install.md would do: Set up file organization systems, meeting coordination workflows, communication templates\n  - Processes it would copy: file-organization, meeting-scheduler, email-drafting\n  - Configs/hooks it would create: File organization rules, meeting templates, communication standards\n  - Source evidence: Productivity and workflow skills with systematic organization approaches\n\n## Harness Integration Ideas\nN/A - This is not a harness framework repository.\n\n## Implicit Procedural Knowledge\n- **Code Smell Detection Strategy**: Systematic approach to identifying code quality issues across languages\n  - Source: Refactoring skill's code smell identification methodology\n  - Placement: specializations/shared/code-quality-assessment\n  - Why codify: Reusable pattern for any code analysis task, not just refactoring\n  - Sketch: Scan code → Identify patterns → Classify smells → Prioritize fixes → Document findings\n\n- **Multi-Domain Skill Template**: Standardized approach to creating systematic skill definitions\n  - Source: SKILL_TEMPLATE.md and consistent skill structure across domains\n  - Placement: specializations/shared/skill-creation\n  - Why codify: Template for creating high-quality, procedural skills rather than just expert personas\n  - Sketch: Define workflow steps → Add concrete guidance → Include verification → Document usage patterns\n\n- **Domain-Specific Process Extraction**: Method for identifying transferable procedures within domain-specific skills\n  - Source: Systematic organization and procedural content across 90+ skills\n  - Placement: specializations/shared/process-extraction\n  - Why codify: Enables extraction of procedural knowledge from narrative skill descriptions\n  - Sketch: Analyze skill content → Identify procedural steps → Extract workflow → Classify domain → Package as process\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Systematic Code Refactoring | NEW | 6-phase refactoring workflow with smell identification, pattern selection, and verification | - | specializations/shared/systematic-refactoring.js |\n| Security Dependency Scanning | NEW | Systematic process for identifying and addressing security vulnerabilities in dependencies | - | specializations/security-compliance/dependency-scanning.js |\n| Data Cleaning and Validation | NEW | Structured approach to data quality assessment and improvement | - | specializations/data-science-ml/data-cleaning.js |\n| Context Engineering Methodology | NEW | Process for optimizing AI prompt context and information injection | - | specializations/shared/context-engineering.js |\n| Code Smell Detection Strategy | NEW | Systematic approach to identifying code quality issues across languages | - | specializations/shared/code-quality-assessment.js |\n| Multi-Domain Skill Template | NEW | Standardized approach to creating systematic skill definitions | - | specializations/shared/skill-creation.js |\n| Domain-Specific Process Extraction | NEW | Method for identifying transferable procedures within domain-specific skills | - | specializations/shared/process-extraction.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Code Quality Suite | NEW | Systematic code improvement processes including refactoring, security scanning, and quality gates | - | plugins/a5c/marketplace/blueprints/code-quality-suite/ |\n| Data Engineering Toolkit | NEW | Data quality and processing workflows for data science projects | - | plugins/a5c/marketplace/blueprints/data-engineering-toolkit/ |\n| Productivity Automation | NEW | Workflow automation and organization processes for general productivity | - | plugins/a5c/marketplace/blueprints/productivity-automation/ |\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-seb1n-awesome-ai-agent-skills-research",
      "kind": "contains_page"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab