service-check

Check the Services/ directory for existing services before creating a new one.

2|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/rfhayn/forager --skill service-check-rfhayn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service-check
Source: https://github.com/rfhayn/forager/tree/main/.claude/skills/service-check
Command: npx skills add https://github.com/rfhayn/forager --skill service-check-rfhayn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that new services are not created in duplicate, thereby maintaining a clean and efficient infrastructure.

Core Features & Use Cases

  • Service Duplication Check: Identifies if a service already exists before creation.
  • Existing Services Search: Scans the Services/ directory for related functionality.
  • Service Extension Assessment: Evaluates if an existing service can be extended.
  • Recommendation Reporting: Provides a report on whether to extend an existing service or create a new one.

Quick Start

To check for service duplication, say "create a service" or "new service".

Frequently Asked Questions about service-check

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

FAQPage Schema
How do I check for duplicate services before creating a new one?

To check for duplicate services, the skill searches the Services/ directory for related functionality and assesses whether an existing service can be extended rather than creating a new one.

What is service duplication prevention in infrastructure management?

Service duplication prevention ensures new services are not created if related functionality already exists, maintaining a clean and efficient infrastructure architecture.

How do I assess if an existing service can be extended for new functionality?

You can assess service extension by executing checks against the contents of the Services/ directory to evaluate if current services can accommodate your new functionality.

Can I use this service architecture check without external dependencies?

Yes, you can use this service architecture check without external dependencies, as it only requires access to the Services/ directory to execute its content checks.

What's the best way to report on whether to extend or create a service?

The best way to report on service creation is to generate a recommendation that evaluates existing Services/ directory contents to determine whether to extend an existing service or create a new one.