이 스킬은 사용자가 "프로젝트 목록", "프로젝트 정보", "버전 확인", "마일스톤", "프로젝트 검색", "project list", "show projects", "version info" 등을 언급할 때 사용됩니다. Redmine 프로젝트 관리 기능을 제공합니다.
/plugin marketplace add ncuritylabs/ncurion-plugins-marketplace/plugin install ncuritylabs-ncurion-plugin-plugins-ncurion-plugin@ncuritylabs/ncurion-plugins-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Redmine 프로젝트 정보를 조회하고 관리합니다.
이 스킬은 Redmine의 프로젝트 관리 기능을 자동으로 활성화합니다. 프로젝트 목록, 상세 정보, 버전/마일스톤 조회 등을 지원합니다.
다음과 같은 요청에서 활성화됩니다:
모든 프로젝트 목록을 조회합니다.
주요 파라미터:
limit: 최대 결과 수 (기본 25)offset: 페이징 오프셋예시:
"프로젝트 목록 보여줘" → limit: 100
"처음 10개 프로젝트" → limit: 10
특정 프로젝트의 상세 정보를 조회합니다.
주요 파라미터:
id: 프로젝트 ID 또는 식별자 (필수)include: 추가 정보 배열
trackers: 사용 가능한 트래커issue_categories: 이슈 카테고리enabled_modules: 활성화된 모듈time_entry_activities: 작업 시간 활동 유형예시:
"sensor-agent 프로젝트 정보" → id: "sensor-agent"
"프로젝트 트래커 확인" → include: ["trackers"]
프로젝트의 버전/마일스톤 목록을 조회합니다.
주요 파라미터:
project_id: 프로젝트 ID 또는 식별자 (필수)예시:
"sensor-agent 버전 목록" → project_id: "sensor-agent"
"다음 릴리즈 일정" → project_id 확인 후 조회
redmine_list_projects로 전체 목록 조회redmine_get_project로 상세 정보 조회redmine_list_projects로 목록 표시redmine_get_project_versions로 버전 목록 조회This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.