One-click install
npx skills add https://github.com/shankur/dots --skill shell-shankur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shell
Source: https://github.com/shankur/dots/tree/main/dot_cursor/skills-cursor/shell
Command: npx skills add https://github.com/shankur/dots --skill shell-shankur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for executing shell commands directly within the context of an AI interface, allowing users to leverage shell functionality without leaving the chat environment.

Core Features & Use Cases

  • Immediate Command Execution: Users can run shell commands immediately after invocation without the need for pre-execution parsing.
  • Lack of Rewriting: The command is executed exactly as typed, with no changes or enhancements applied.
  • Limited Repository Access: Access to the repository context is limited unless explicitly required by the command.

Quick Start

Use the /shell skill to run 'ls -l' to list the files in the current directory.

Frequently Asked Questions about shell

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

FAQPage Schema
How do I execute shell commands directly within an AI chat interface?

You can execute shell commands directly within an AI chat interface by typing the /shell invocation followed by your terminal commands. This allows you to run system information queries and command-line tools immediately without leaving the conversation.

Can I run terminal commands exactly as typed without command rewriting?

Yes, you can run terminal commands exactly as typed because the shell command execution applies no rewriting or enhancements. The system processes your input with minimal preprocessing for immediate execution.

Do I need prior terminal knowledge to use this command execution feature?

Yes, you need prior terminal knowledge to use this command execution feature. It is intended for users familiar with shell commands and lacks pre-execution parsing, making it ideal for quick system information access rather than guided execution.

What is the best way to get system information using shell commands in this context?

The best way to get system information is to type your desired shell command after the /shell invocation. The feature provides direct terminal access for quick information retrieval and immediate execution without contextual processing.

Does this shell command execution provide access to the repository context?

No, this shell command execution does not provide access to the repository context unless explicitly required by the command. Access is limited to ensure direct command execution without unintended contextual processing.