reflect — сессионное отражение reflect, spire_csharp_analyzers, community, сессионное отражение, ide skills, команды Bash, индивидуальные отчеты, ИИ Агенты, техники рефлексии, оптимизация проектов, Claude Code

v1.0.0

Об этом навыке

Идеально для агентов журналирования и отладки, требующих всестороннего анализа сессии и интеграции команд Bash. Рефлексия - это техника ИИ Агентов, включающая отражение на то, что произошло в сессии

Возможности

Отражение на конкретных темах или всем, что произошло
Использование команд Bash для добавления отражений к файлам
Поддержка ошибок записи из-за отсутствия файла
Настройка отчетов с фокусом на конкретных темах

# Core Topics

Houtamelo Houtamelo
[0]
[0]
Updated: 3/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
42
Canonical Locale
en
Detected Body Locale
en

Идеально для агентов журналирования и отладки, требующих всестороннего анализа сессии и интеграции команд Bash. Рефлексия - это техника ИИ Агентов, включающая отражение на то, что произошло в сессии

Зачем использовать этот навык

Наделяет агентов возможностью проводить углубленный анализ сессий с помощью команд Bash, добавляя подробные журналы к файлам в режиме реального времени и обеспечивая прозрачное понимание сессионной активности посредством протоколов, таких как добавление файлов с помощью команд `cat >>`.

Подходит лучше всего

Идеально для агентов журналирования и отладки, требующих всестороннего анализа сессии и интеграции команд Bash.

Реализуемые кейсы использования for reflect

Отражать конкретные темы внутри сессии для целенаправленного анализа
Генерировать всесторонние журналы сессий для целей отладки
Добавлять отражения к файлам для последующего обзора и получения информации

! Безопасность и ограничения

  • Требует доступа к файловой системе для записи в файлы отражений
  • Зависит от функциональности команды Bash
  • Требует, чтобы `$REFLECTION_FILE_PATH` был установлен для журналирования

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is reflect?

Идеально для агентов журналирования и отладки, требующих всестороннего анализа сессии и интеграции команд Bash. Рефлексия - это техника ИИ Агентов, включающая отражение на то, что произошло в сессии

How do I install reflect?

Run the command: npx killer-skills add Houtamelo/spire_csharp_analyzers/reflect. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for reflect?

Key use cases include: Отражать конкретные темы внутри сессии для целенаправленного анализа, Генерировать всесторонние журналы сессий для целей отладки, Добавлять отражения к файлам для последующего обзора и получения информации.

Which IDEs are compatible with reflect?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for reflect?

Требует доступа к файловой системе для записи в файлы отражений. Зависит от функциональности команды Bash. Требует, чтобы `$REFLECTION_FILE_PATH` был установлен для журналирования.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Houtamelo/spire_csharp_analyzers/reflect. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use reflect immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

reflect

Install reflect, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Session Reflection

Reflect on what has happened in this session so far. Be honest and specific.

If $ARGUMENTS is provided, focus your reflection on that topic. Otherwise, cover everything.

Writing the reflection

Append the reflection to the file at $REFLECTION_FILE_PATH using a Bash command (e.g. cat >> "$REFLECTION_FILE_PATH" <<'EOF' ...).

If the write fails because the file doesn't exist, tell the user — the SessionStart hook may not have run.

The appended content must follow this structure:

---

## Reflection — {current time}

**Topic**: {$ARGUMENTS if provided, otherwise "General"}

### What went well
- Good decisions made.
- Problems solved efficiently.
- Tools that were properly used.

### What didn't go well
- Bad communication: unclear user messages, information that could have been shared at the start of the session.
- Obstacles hit, bad approaches taken, things that were harder than they should have been.
- Tooling that did not work as expected.

### Suggestions
**Be specific**: Reference file paths, agent names, or workflow steps.

Concrete changes to:
- Project infrastructure.
- Agent instructions.
- Skills.
- Conventions.
- Workflow that would prevent the problems above from recurring.
- Tooling that should be added to the Utilities Project that would help the implementer agent.
- Tooling that could be provided by MCP servers.

Constraints

  • Be honest — don't pad "what went well" to soften criticism.
  • Be specific — vague observations like "things were slow" are useless. Say what was slow and why.
  • Be actionable — every suggestion should be something that can actually be changed in a file or workflow step.
  • Reflect from memory only — do not read files or explore the codebase to inform your reflection.

Связанные навыки

Looking for an alternative to reflect or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик