Agent skill

call-claude

Call claude to perform a task.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/dotneet/claude-code-marketplace/tree/main/agent-call/skills/call-claude

SKILL.md

Call claude to perform a task

Call claude to perform a task.

Checking for the Existence of claude

bash
# Check if claude is installed. Exit code 0 means success, 1 means failure.
# If not installed, skip the subsequent steps of the skill.
which claude
if [ $? -ne 0 ]; then
  echo "claude is not installed"
fi

Requesting a Task to claude

This task may take a long time. If the timeout value of the Bash tool can be set, please specify the maximum timeout value.

bash
claude -p --dangerously-skip-permissions <<EOT
{task_description}
EOT

Expand your agent's capabilities with these related and highly-rated skills.

dotneet/claude-code-marketplace

prompt-improver

A skill for improving prompts by applying general LLM/agent best practices. When the user provides a prompt, this skill outputs an improved version, identifies missing information, and provides specific improvement points. Use when the user asks to "improve this prompt", "review this prompt", or "make this prompt better".

0 0
Explore
dotneet/claude-code-marketplace

suggest-agent-rules

Suggest agent rules analyzing the session history and the current repository.

0 0
Explore
dotneet/claude-code-marketplace

context7

A skill for retrieving the latest library documentation using Context7. Use when the user asks about how to use a library, requests code examples, or instructs to "use context7". Prevents hallucinations based on outdated training data and provides up-to-date API information.

0 0
Explore
dotneet/claude-code-marketplace

perplexity-search

A skill for performing web searches, research, and reasoning using the Perplexity API. Handles real-time web information retrieval, deep research analysis, and advanced reasoning tasks. Use when the user asks for web searches, research, or says things like "look up", "search for", "latest information", "research", or "analyze".

0 0
Explore
dotneet/claude-code-marketplace

code-modularization-evaluator

Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring opportunities and architectural improvements. Use when reviewing code architecture, refactoring modules, or designing new systems.

0 0
Explore
dotneet/claude-code-marketplace

typescript-react-reviewer

Expert code reviewer for TypeScript + React 19 applications. Use when reviewing React code, identifying anti-patterns, evaluating state management, or assessing code maintainability. Triggers: code review requests, PR reviews, React architecture evaluation, identifying code smells, TypeScript type safety checks, useEffect abuse detection, state management review.

0 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results